{
  "id": "ConnectApi.contenthub",
  "nodeType": "class",
  "name": "ContentHub",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "ContentHub",
    "textToLower": "contenthub",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_ContentHub_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "sharingModifier": {
    "type": "keyword.modifier.sharing",
    "text": "without sharing",
    "textToLower": "without sharing",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.sharing_without sharing_-1:0"
  },
  "description": "Access Files Connect repositories and their files and folders.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ContentHub_static_methods.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "addrepositoryitem(string,string,connectapi.contenthubiteminput)": {
      "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput)",
      "nodeType": "method",
      "name": "addRepositoryItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addRepositoryItem",
        "textToLower": "addrepositoryitem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addRepositoryItem_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "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.RepositoryFolderItem addRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file)",
      "overrideSignature": "public static override ConnectApi.RepositoryFolderItem addRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file)",
      "simplifiedSignature": "addRepositoryItem(String,String,ConnectApi.ContentHubItemInput)",
      "datatype": {
        "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.RepositoryFolderItem",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFolderItem",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.addrepositoryitem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFolderItem"
      },
      "description": "Add a repository item.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:92"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 91
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:85"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:143"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:143"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:112"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "description": "The ID of the repository. The ID of the repository folder. The item type ID and fields of the item type.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addrepositoryitem(string,string,string,connectapi.contenthubiteminput)": {
      "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput)",
      "nodeType": "method",
      "name": "addRepositoryItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addRepositoryItem",
        "textToLower": "addrepositoryitem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addRepositoryItem_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "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.RepositoryFolderItem addRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file)",
      "overrideSignature": "public static override ConnectApi.RepositoryFolderItem addRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file)",
      "simplifiedSignature": "addRepositoryItem(String,String,String,ConnectApi.ContentHubItemInput)",
      "datatype": {
        "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.RepositoryFolderItem",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFolderItem",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.addrepositoryitem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFolderItem"
      },
      "description": "Add a repository item in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:91"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:84"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:112"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 105
                },
                "end": {
                  "line": 0,
                  "character": 111
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:105"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 163
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:163"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 163
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:163"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 132
                },
                "end": {
                  "line": 0,
                  "character": 142
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:132"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. The item type ID and fields of the item type.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)": {
      "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
      "nodeType": "method",
      "name": "addRepositoryItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addRepositoryItem",
        "textToLower": "addrepositoryitem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addRepositoryItem_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 3,
      "memberOrder": 3,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFolderItem addRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)",
      "overrideSignature": "public static override ConnectApi.RepositoryFolderItem addRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)",
      "simplifiedSignature": "addRepositoryItem(String,String,ConnectApi.ContentHubItemInput,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.RepositoryFolderItem",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFolderItem",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.addrepositoryitem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFolderItem"
      },
      "description": "Add a repository item, including the binary file.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:92"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 91
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:85"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:143"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:143"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:112"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "filedata": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.filedata",
          "nodeType": "variable",
          "name": "fileData",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 172
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:172"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 172
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:172"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 159
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:149"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "The ID of the repository. The ID of the repository folder. The item type ID and fields of the item type. The binary file.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)": {
      "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
      "nodeType": "method",
      "name": "addRepositoryItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addRepositoryItem",
        "textToLower": "addrepositoryitem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addRepositoryItem_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "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.RepositoryFolderItem addRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)",
      "overrideSignature": "public static override ConnectApi.RepositoryFolderItem addRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)",
      "simplifiedSignature": "addRepositoryItem(String,String,String,ConnectApi.ContentHubItemInput,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.RepositoryFolderItem",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFolderItem",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.addrepositoryitem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFolderItem"
      },
      "description": "Add a repository item, including the binary file, in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:91"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:84"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:112"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 105
                },
                "end": {
                  "line": 0,
                  "character": 111
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:105"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 163
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:163"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 163
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:163"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 132
                },
                "end": {
                  "line": 0,
                  "character": 142
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:132"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "filedata": {
          "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.filedata",
          "nodeType": "variable",
          "name": "fileData",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 192
              },
              "end": {
                "line": 0,
                "character": 200
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:192"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 192
              },
              "end": {
                "line": 0,
                "character": 200
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:192"
          },
          "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 169
                },
                "end": {
                  "line": 0,
                  "character": 179
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:169"
            },
            "parentId": "ConnectApi.contenthub.addrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. The item type ID and fields of the item type. The binary file.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getalloweditemtypes(string,string)": {
      "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string)",
      "nodeType": "method",
      "name": "getAllowedItemTypes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getAllowedItemTypes",
        "textToLower": "getalloweditemtypes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getAllowedItemTypes_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "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.ContentHubAllowedItemTypeCollection getAllowedItemTypes(String repositoryId, String repositoryFolderId)",
      "overrideSignature": "public static override ConnectApi.ContentHubAllowedItemTypeCollection getAllowedItemTypes(String repositoryId, String repositoryFolderId)",
      "simplifiedSignature": "getAllowedItemTypes(String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.ConnectApi.ContentHubAllowedItemTypeCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubAllowedItemTypeCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getalloweditemtypes",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubAllowedItemTypeCollection"
      },
      "description": "Get the item types that the context user is allowed to create in the repository folder.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:88"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 81
                },
                "end": {
                  "line": 0,
                  "character": 87
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:81"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:109"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 102
                },
                "end": {
                  "line": 0,
                  "character": 108
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:102"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "The ID of the repository. The ID of the repository folder.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getalloweditemtypes(string,string,connectapi.connectcontenthubitemtype)": {
      "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,connectapi.connectcontenthubitemtype)",
      "nodeType": "method",
      "name": "getAllowedItemTypes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getAllowedItemTypes",
        "textToLower": "getalloweditemtypes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getAllowedItemTypes_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "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.ContentHubAllowedItemTypeCollection getAllowedItemTypes(String repositoryId, String repositoryFolderId, ConnectApi.ConnectContentHubItemType filter)",
      "overrideSignature": "public static override ConnectApi.ContentHubAllowedItemTypeCollection getAllowedItemTypes(String repositoryId, String repositoryFolderId, ConnectApi.ConnectContentHubItemType filter)",
      "simplifiedSignature": "getAllowedItemTypes(String,String,ConnectApi.ConnectContentHubItemType)",
      "datatype": {
        "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.ConnectApi.ContentHubAllowedItemTypeCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubAllowedItemTypeCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getalloweditemtypes",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubAllowedItemTypeCollection"
      },
      "description": "Get the item types, filtered by type, that the context user is allowed to create in the repository folder.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,connectapi.connectcontenthubitemtype).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:88"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,connectapi.connectcontenthubitemtype)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 81
                },
                "end": {
                  "line": 0,
                  "character": 87
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:81"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,connectapi.connectcontenthubitemtype).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:109"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,connectapi.connectcontenthubitemtype)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 102
                },
                "end": {
                  "line": 0,
                  "character": 108
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:102"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,connectapi.connectcontenthubitemtype).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 172
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:166"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 172
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:166"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,connectapi.connectcontenthubitemtype)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.ConnectApi.ConnectContentHubItemType",
            "nodeType": "datatype",
            "name": "ConnectApi.ConnectContentHubItemType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 129
                },
                "end": {
                  "line": 0,
                  "character": 139
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:129"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ConnectContentHubItemType"
          },
          "description": "The ID of the repository. The ID of the repository folder. Item types. Values are:  Any—Includes files and folders.   FilesOnly—Includes files only.   FoldersOnly—Includes folders only.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getalloweditemtypes(string,string,string)": {
      "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string)",
      "nodeType": "method",
      "name": "getAllowedItemTypes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getAllowedItemTypes",
        "textToLower": "getalloweditemtypes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getAllowedItemTypes_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "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.ContentHubAllowedItemTypeCollection getAllowedItemTypes(String communityId, String repositoryId, String repositoryFolderId)",
      "overrideSignature": "public static override ConnectApi.ContentHubAllowedItemTypeCollection getAllowedItemTypes(String communityId, String repositoryId, String repositoryFolderId)",
      "simplifiedSignature": "getAllowedItemTypes(String,String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.ConnectApi.ContentHubAllowedItemTypeCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubAllowedItemTypeCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getalloweditemtypes",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubAllowedItemTypeCollection"
      },
      "description": "Get the item types that the context user is allowed to create in the repository folder in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(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": 88
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:88"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 81
                },
                "end": {
                  "line": 0,
                  "character": 87
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:81"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:108"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:129"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:129"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 128
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:122"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getalloweditemtypes(string,string,string,connectapi.connectcontenthubitemtype)": {
      "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string,connectapi.connectcontenthubitemtype)",
      "nodeType": "method",
      "name": "getAllowedItemTypes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getAllowedItemTypes",
        "textToLower": "getalloweditemtypes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getAllowedItemTypes_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "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.ContentHubAllowedItemTypeCollection getAllowedItemTypes(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ConnectContentHubItemType filter)",
      "overrideSignature": "public static override ConnectApi.ContentHubAllowedItemTypeCollection getAllowedItemTypes(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ConnectContentHubItemType filter)",
      "simplifiedSignature": "getAllowedItemTypes(String,String,String,ConnectApi.ConnectContentHubItemType)",
      "datatype": {
        "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.ConnectApi.ContentHubAllowedItemTypeCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubAllowedItemTypeCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getalloweditemtypes",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubAllowedItemTypeCollection"
      },
      "description": "Get the item types, filtered by type, that the context user is allowed to create in the repository folder in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string,connectapi.connectcontenthubitemtype).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:88"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string,connectapi.connectcontenthubitemtype)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 81
                },
                "end": {
                  "line": 0,
                  "character": 87
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:81"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string,connectapi.connectcontenthubitemtype).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:108"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string,connectapi.connectcontenthubitemtype)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string,connectapi.connectcontenthubitemtype).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:129"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:129"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string,connectapi.connectcontenthubitemtype)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 128
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:122"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string,connectapi.connectcontenthubitemtype).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:186"
          },
          "parentId": "ConnectApi.contenthub.method.getalloweditemtypes(string,string,string,connectapi.connectcontenthubitemtype)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.getalloweditemtypes.datatype.ConnectApi.ConnectContentHubItemType",
            "nodeType": "datatype",
            "name": "ConnectApi.ConnectContentHubItemType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 159
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:149"
            },
            "parentId": "ConnectApi.contenthub.getalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ConnectContentHubItemType"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. Item types. Values are:  Any—Includes files and folders.   FilesOnly—Includes files only.   FoldersOnly—Includes folders only.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfilepreview(string,string,connectapi.filepreviewformat)": {
      "id": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat)",
      "nodeType": "method",
      "name": "getFilePreview",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFilePreview",
        "textToLower": "getfilepreview",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFilePreview_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "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.FilePreview getFilePreview(String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType)",
      "overrideSignature": "public static override ConnectApi.FilePreview getFilePreview(String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType)",
      "simplifiedSignature": "getFilePreview(String,String,ConnectApi.FilePreviewFormat)",
      "datatype": {
        "id": "ConnectApi.contenthub.getfilepreview.datatype.ConnectApi.FilePreview",
        "nodeType": "datatype",
        "name": "ConnectApi.FilePreview",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getfilepreview",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FilePreview"
      },
      "description": "Get a repository file preview.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:59"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:59"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.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.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:80"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.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.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "formattype": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat).varParam.formattype",
          "nodeType": "variable",
          "name": "formatType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:127"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.datatype.ConnectApi.FilePreviewFormat",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreviewFormat",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 108
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:98"
            },
            "parentId": "ConnectApi.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreviewFormat"
          },
          "description": "The ID of the repository. The ID of the repository file.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfilepreview(string,string,connectapi.filepreviewformat,integer,integer)": {
      "id": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat,integer,integer)",
      "nodeType": "method",
      "name": "getFilePreview",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFilePreview",
        "textToLower": "getfilepreview",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFilePreview_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "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.FilePreview getFilePreview(String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, Integer startPageNumber, Integer endPageNumber)",
      "overrideSignature": "public static override ConnectApi.FilePreview getFilePreview(String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, Integer startPageNumber, Integer endPageNumber)",
      "simplifiedSignature": "getFilePreview(String,String,ConnectApi.FilePreviewFormat,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.contenthub.getfilepreview.datatype.ConnectApi.FilePreview",
        "nodeType": "datatype",
        "name": "ConnectApi.FilePreview",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getfilepreview",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FilePreview"
      },
      "description": "Get a page or page range of a repository file preview.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat,integer,integer).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:59"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:59"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.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.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat,integer,integer).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:80"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.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.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "formattype": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat,integer,integer).varParam.formattype",
          "nodeType": "variable",
          "name": "formatType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:127"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.datatype.ConnectApi.FilePreviewFormat",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreviewFormat",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 108
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:98"
            },
            "parentId": "ConnectApi.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreviewFormat"
          },
          "scope": null
        },
        "startpagenumber": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat,integer,integer).varParam.startpagenumber",
          "nodeType": "variable",
          "name": "startPageNumber",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "startPageNumber",
            "textToLower": "startpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_startPageNumber_0:147"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "startPageNumber",
            "textToLower": "startpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_startPageNumber_0:147"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 139
                },
                "end": {
                  "line": 0,
                  "character": 146
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:139"
            },
            "parentId": "ConnectApi.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "endpagenumber": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat,integer,integer).varParam.endpagenumber",
          "nodeType": "variable",
          "name": "endPageNumber",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "endPageNumber",
            "textToLower": "endpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 172
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_endPageNumber_0:172"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "endPageNumber",
            "textToLower": "endpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 172
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_endPageNumber_0:172"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,connectapi.filepreviewformat,integer,integer)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 164
                },
                "end": {
                  "line": 0,
                  "character": 171
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:164"
            },
            "parentId": "ConnectApi.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "The ID of the repository. The ID of the repository file. Specifies the format of the file preview. Values are:  Jpg—Preview format is JPG.   Pdf—Preview format is PDF.   Svg—Preview format is compressed SVG.   Thumbnail—Preview format is 240 x 180 PNG.   ThumbnailBig—Preview format is 720 x 480 PNG.   ThumbnailTiny—Preview format is 120 x 90 PNG.   PDF previews are available for files of type DOC, DOCX, PPT, PPTX, TEXT, XLS, and XLSX. SVG files are generated on demand.If you’re concerned that feature-rich SVG previews don’t work in your org, choose alternative file previews. To use JPG file previews, enter general in the Quick Find box in Setup. Select General Settings, and then select Display alternative file previews.  The starting page number in the range of file preview URLs. The ending page number in the range of file preview URLs.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfilepreview(string,string,string,connectapi.filepreviewformat)": {
      "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat)",
      "nodeType": "method",
      "name": "getFilePreview",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFilePreview",
        "textToLower": "getfilepreview",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFilePreview_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "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.FilePreview getFilePreview(String communityId, String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType)",
      "overrideSignature": "public static override ConnectApi.FilePreview getFilePreview(String communityId, String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType)",
      "simplifiedSignature": "getFilePreview(String,String,String,ConnectApi.FilePreviewFormat)",
      "datatype": {
        "id": "ConnectApi.contenthub.getfilepreview.datatype.ConnectApi.FilePreview",
        "nodeType": "datatype",
        "name": "ConnectApi.FilePreview",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getfilepreview",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FilePreview"
      },
      "description": "Get a repository file preview in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat).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.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.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.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:79"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.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.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:100"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 93
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:93"
            },
            "parentId": "ConnectApi.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "formattype": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat).varParam.formattype",
          "nodeType": "variable",
          "name": "formatType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:147"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:147"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.datatype.ConnectApi.FilePreviewFormat",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreviewFormat",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 128
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:118"
            },
            "parentId": "ConnectApi.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreviewFormat"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. Specifies the format of the file preview. Values are:  Jpg—Preview format is JPG.   Pdf—Preview format is PDF.   Svg—Preview format is compressed SVG.   Thumbnail—Preview format is 240 x 180 PNG.   ThumbnailBig—Preview format is 720 x 480 PNG.   ThumbnailTiny—Preview format is 120 x 90 PNG.   PDF previews are available for files of type DOC, DOCX, PPT, PPTX, TEXT, XLS, and XLSX. SVG files are generated on demand.If you’re concerned that feature-rich SVG previews don’t work in your org, choose alternative file previews. To use JPG file previews, enter general in the Quick Find box in Setup. Select General Settings, and then select Display alternative file previews.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer)": {
      "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer)",
      "nodeType": "method",
      "name": "getFilePreview",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFilePreview",
        "textToLower": "getfilepreview",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFilePreview_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "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.FilePreview getFilePreview(String communityId, String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, Integer startPageNumber, Integer endPageNumber)",
      "overrideSignature": "public static override ConnectApi.FilePreview getFilePreview(String communityId, String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, Integer startPageNumber, Integer endPageNumber)",
      "simplifiedSignature": "getFilePreview(String,String,String,ConnectApi.FilePreviewFormat,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.contenthub.getfilepreview.datatype.ConnectApi.FilePreview",
        "nodeType": "datatype",
        "name": "ConnectApi.FilePreview",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getfilepreview",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FilePreview"
      },
      "description": "Get a page or page range of a repository file preview in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:59"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:59"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.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.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:79"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.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.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:100"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 93
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:93"
            },
            "parentId": "ConnectApi.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "formattype": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer).varParam.formattype",
          "nodeType": "variable",
          "name": "formatType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:147"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:147"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.datatype.ConnectApi.FilePreviewFormat",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreviewFormat",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 128
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:118"
            },
            "parentId": "ConnectApi.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreviewFormat"
          },
          "scope": null
        },
        "startpagenumber": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer).varParam.startpagenumber",
          "nodeType": "variable",
          "name": "startPageNumber",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "startPageNumber",
            "textToLower": "startpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 182
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_startPageNumber_0:167"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "startPageNumber",
            "textToLower": "startpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 182
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_startPageNumber_0:167"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 159
                },
                "end": {
                  "line": 0,
                  "character": 166
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:159"
            },
            "parentId": "ConnectApi.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "endpagenumber": {
          "id": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer).varParam.endpagenumber",
          "nodeType": "variable",
          "name": "endPageNumber",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "endPageNumber",
            "textToLower": "endpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 192
              },
              "end": {
                "line": 0,
                "character": 205
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_endPageNumber_0:192"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "endPageNumber",
            "textToLower": "endpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 192
              },
              "end": {
                "line": 0,
                "character": 205
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_endPageNumber_0:192"
          },
          "parentId": "ConnectApi.contenthub.method.getfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.contenthub.getfilepreview.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 184
                },
                "end": {
                  "line": 0,
                  "character": 191
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:184"
            },
            "parentId": "ConnectApi.contenthub.getfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. Specifies the format of the file preview. Values are:  Jpg—Preview format is JPG.   Pdf—Preview format is PDF.   Svg—Preview format is compressed SVG.   Thumbnail—Preview format is 240 x 180 PNG.   ThumbnailBig—Preview format is 720 x 480 PNG.   ThumbnailTiny—Preview format is 120 x 90 PNG.   PDF previews are available for files of type DOC, DOCX, PPT, PPTX, TEXT, XLS, and XLSX. SVG files are generated on demand.If you’re concerned that feature-rich SVG previews don’t work in your org, choose alternative file previews. To use JPG file previews, enter general in the Quick Find box in Setup. Select General Settings, and then select Display alternative file previews.  The starting page number in the range of file preview URLs. The ending page number in the range of file preview URLs.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getitemtype(string,string)": {
      "id": "ConnectApi.contenthub.method.getitemtype(string,string)",
      "nodeType": "method",
      "name": "getItemType",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getItemType",
        "textToLower": "getitemtype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getItemType_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 13,
      "memberOrder": 13,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.ContentHubItemTypeDetail getItemType(String repositoryId, String repositoryItemTypeId)",
      "overrideSignature": "public static override ConnectApi.ContentHubItemTypeDetail getItemType(String repositoryId, String repositoryItemTypeId)",
      "simplifiedSignature": "getItemType(String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getitemtype.datatype.ConnectApi.ContentHubItemTypeDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubItemTypeDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getitemtype",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubItemTypeDetail"
      },
      "description": "Get information about an item type associated with a repository.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getitemtype(string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:69"
          },
          "parentId": "ConnectApi.contenthub.method.getitemtype(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getitemtype.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.contenthub.getitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryitemtypeid": {
          "id": "ConnectApi.contenthub.method.getitemtype(string,string).varParam.repositoryitemtypeid",
          "nodeType": "variable",
          "name": "repositoryItemTypeId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryItemTypeId",
            "textToLower": "repositoryitemtypeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryItemTypeId_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryItemTypeId",
            "textToLower": "repositoryitemtypeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryItemTypeId_0:90"
          },
          "parentId": "ConnectApi.contenthub.method.getitemtype(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getitemtype.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 83
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:83"
            },
            "parentId": "ConnectApi.contenthub.getitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "The ID of the repository. The ID of the repository item type.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getitemtype(string,string,string)": {
      "id": "ConnectApi.contenthub.method.getitemtype(string,string,string)",
      "nodeType": "method",
      "name": "getItemType",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getItemType",
        "textToLower": "getitemtype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getItemType_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 14,
      "memberOrder": 14,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.ContentHubItemTypeDetail getItemType(String communityId, String repositoryId, String repositoryItemTypeId)",
      "overrideSignature": "public static override ConnectApi.ContentHubItemTypeDetail getItemType(String communityId, String repositoryId, String repositoryItemTypeId)",
      "simplifiedSignature": "getItemType(String,String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getitemtype.datatype.ConnectApi.ContentHubItemTypeDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubItemTypeDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getitemtype",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubItemTypeDetail"
      },
      "description": "Get information about an item type associated with a repository in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getitemtype(string,string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "parentId": "ConnectApi.contenthub.method.getitemtype(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getitemtype.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.contenthub.getitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getitemtype(string,string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:89"
          },
          "parentId": "ConnectApi.contenthub.method.getitemtype(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getitemtype.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.contenthub.getitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryitemtypeid": {
          "id": "ConnectApi.contenthub.method.getitemtype(string,string,string).varParam.repositoryitemtypeid",
          "nodeType": "variable",
          "name": "repositoryItemTypeId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryItemTypeId",
            "textToLower": "repositoryitemtypeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryItemTypeId_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryItemTypeId",
            "textToLower": "repositoryitemtypeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryItemTypeId_0:110"
          },
          "parentId": "ConnectApi.contenthub.method.getitemtype(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getitemtype.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:103"
            },
            "parentId": "ConnectApi.contenthub.getitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository item type.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getpreviews(string,string)": {
      "id": "ConnectApi.contenthub.method.getpreviews(string,string)",
      "nodeType": "method",
      "name": "getPreviews",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getPreviews",
        "textToLower": "getpreviews",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getPreviews_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 15,
      "memberOrder": 15,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FilePreviewCollection getPreviews(String repositoryId, String repositoryFileId)",
      "overrideSignature": "public static override ConnectApi.FilePreviewCollection getPreviews(String repositoryId, String repositoryFileId)",
      "simplifiedSignature": "getPreviews(String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getpreviews.datatype.ConnectApi.FilePreviewCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.FilePreviewCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getpreviews",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FilePreviewCollection"
      },
      "description": "Get information about a repository file’s supported previews.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getpreviews(string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:66"
          },
          "parentId": "ConnectApi.contenthub.method.getpreviews(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getpreviews.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.contenthub.getpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.getpreviews(string,string).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:87"
          },
          "parentId": "ConnectApi.contenthub.method.getpreviews(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getpreviews.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.contenthub.getpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "The ID of the repository. The ID of the repository file.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getpreviews(string,string,string)": {
      "id": "ConnectApi.contenthub.method.getpreviews(string,string,string)",
      "nodeType": "method",
      "name": "getPreviews",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getPreviews",
        "textToLower": "getpreviews",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getPreviews_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 16,
      "memberOrder": 16,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FilePreviewCollection getPreviews(String communityId, String repositoryId, String repositoryFileId)",
      "overrideSignature": "public static override ConnectApi.FilePreviewCollection getPreviews(String communityId, String repositoryId, String repositoryFileId)",
      "simplifiedSignature": "getPreviews(String,String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getpreviews.datatype.ConnectApi.FilePreviewCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.FilePreviewCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getpreviews",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FilePreviewCollection"
      },
      "description": "Get information about a repository file’s supported previews in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getpreviews(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": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:66"
          },
          "parentId": "ConnectApi.contenthub.method.getpreviews(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getpreviews.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.contenthub.getpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getpreviews(string,string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:86"
          },
          "parentId": "ConnectApi.contenthub.method.getpreviews(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getpreviews.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 85
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:79"
            },
            "parentId": "ConnectApi.contenthub.getpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.getpreviews(string,string,string).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:107"
          },
          "parentId": "ConnectApi.contenthub.method.getpreviews(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getpreviews.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.contenthub.getpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositories()": {
      "id": "ConnectApi.contenthub.method.getrepositories()",
      "nodeType": "method",
      "name": "getRepositories",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositories",
        "textToLower": "getrepositories",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositories_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 17,
      "memberOrder": 17,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.ContentHubRepositoryCollection getRepositories()",
      "overrideSignature": "public static override ConnectApi.ContentHubRepositoryCollection getRepositories()",
      "simplifiedSignature": "getRepositories()",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositories.datatype.ConnectApi.ContentHubRepositoryCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubRepositoryCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositories",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubRepositoryCollection"
      },
      "description": "Get a list of repositories.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getrepositories(string)": {
      "id": "ConnectApi.contenthub.method.getrepositories(string)",
      "nodeType": "method",
      "name": "getRepositories",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositories",
        "textToLower": "getrepositories",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositories_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 18,
      "memberOrder": 18,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.ContentHubRepositoryCollection getRepositories(String communityId)",
      "overrideSignature": "public static override ConnectApi.ContentHubRepositoryCollection getRepositories(String communityId)",
      "simplifiedSignature": "getRepositories(String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositories.datatype.ConnectApi.ContentHubRepositoryCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubRepositoryCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositories",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubRepositoryCollection"
      },
      "description": "Get a list of repositories in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getrepositories(string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositories(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositories.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.contenthub.getrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositories(integer,integer)": {
      "id": "ConnectApi.contenthub.method.getrepositories(integer,integer)",
      "nodeType": "method",
      "name": "getRepositories",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositories",
        "textToLower": "getrepositories",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositories_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 19,
      "memberOrder": 19,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.ContentHubRepositoryCollection getRepositories(Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ContentHubRepositoryCollection getRepositories(Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getRepositories(Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositories.datatype.ConnectApi.ContentHubRepositoryCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubRepositoryCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositories",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubRepositoryCollection"
      },
      "description": "Get a page of repositories.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "pageparam": {
          "id": "ConnectApi.contenthub.method.getrepositories(integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:80"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositories(integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositories.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 72
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:72"
            },
            "parentId": "ConnectApi.contenthub.getrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.contenthub.method.getrepositories(integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:99"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositories(integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositories.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:91"
            },
            "parentId": "ConnectApi.contenthub.getrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default page size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositories(string,integer,integer)": {
      "id": "ConnectApi.contenthub.method.getrepositories(string,integer,integer)",
      "nodeType": "method",
      "name": "getRepositories",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositories",
        "textToLower": "getrepositories",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositories_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 20,
      "memberOrder": 20,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.ContentHubRepositoryCollection getRepositories(String communityId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ContentHubRepositoryCollection getRepositories(String communityId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getRepositories(String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositories.datatype.ConnectApi.ContentHubRepositoryCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubRepositoryCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositories",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubRepositoryCollection"
      },
      "description": "Get a page of repositories in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getrepositories(string,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositories(string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositories.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.contenthub.getrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.contenthub.method.getrepositories(string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:100"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositories(string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositories.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:92"
            },
            "parentId": "ConnectApi.contenthub.getrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.contenthub.method.getrepositories(string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:119"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:119"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositories(string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositories.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 111
                },
                "end": {
                  "line": 0,
                  "character": 118
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:111"
            },
            "parentId": "ConnectApi.contenthub.getrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default page size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepository(string)": {
      "id": "ConnectApi.contenthub.method.getrepository(string)",
      "nodeType": "method",
      "name": "getRepository",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepository",
        "textToLower": "getrepository",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepository_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 21,
      "memberOrder": 21,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.ContentHubRepository getRepository(String repositoryId)",
      "overrideSignature": "public static override ConnectApi.ContentHubRepository getRepository(String repositoryId)",
      "simplifiedSignature": "getRepository(String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepository.datatype.ConnectApi.ContentHubRepository",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubRepository",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepository",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubRepository"
      },
      "description": "Get a repository.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepository(string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:67"
          },
          "parentId": "ConnectApi.contenthub.method.getrepository(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepository.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.contenthub.getrepository",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "The ID of the repository.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepository(string,string)": {
      "id": "ConnectApi.contenthub.method.getrepository(string,string)",
      "nodeType": "method",
      "name": "getRepository",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepository",
        "textToLower": "getrepository",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepository_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 22,
      "memberOrder": 22,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.ContentHubRepository getRepository(String communityId, String repositoryId)",
      "overrideSignature": "public static override ConnectApi.ContentHubRepository getRepository(String communityId, String repositoryId)",
      "simplifiedSignature": "getRepository(String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepository.datatype.ConnectApi.ContentHubRepository",
        "nodeType": "datatype",
        "name": "ConnectApi.ContentHubRepository",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepository",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ContentHubRepository"
      },
      "description": "Get a repository in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getrepository(string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.contenthub.method.getrepository(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepository.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.contenthub.getrepository",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepository(string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:87"
          },
          "parentId": "ConnectApi.contenthub.method.getrepository(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepository.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.contenthub.getrepository",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositoryfile(string,string)": {
      "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string)",
      "nodeType": "method",
      "name": "getRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositoryFile",
        "textToLower": "getrepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 23,
      "memberOrder": 23,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFileDetail getRepositoryFile(String repositoryId, String repositoryFileId)",
      "overrideSignature": "public static override ConnectApi.RepositoryFileDetail getRepositoryFile(String repositoryId, String repositoryFileId)",
      "simplifiedSignature": "getRepositoryFile(String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFileDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFileDetail"
      },
      "description": "Get a repository file.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:92"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 91
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:85"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "The ID of the repository. The ID of the repository file.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositoryfile(string,string,boolean)": {
      "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,boolean)",
      "nodeType": "method",
      "name": "getRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositoryFile",
        "textToLower": "getrepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 24,
      "memberOrder": 24,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFileDetail getRepositoryFile(String repositoryId, String repositoryFileId, Boolean includeExternalFilePermissionsInfo)",
      "overrideSignature": "public static override ConnectApi.RepositoryFileDetail getRepositoryFile(String repositoryId, String repositoryFileId, Boolean includeExternalFilePermissionsInfo)",
      "simplifiedSignature": "getRepositoryFile(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFileDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFileDetail"
      },
      "description": "Get a repository file with or without permissions information.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,boolean).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,boolean).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:92"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 91
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:85"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "includeexternalfilepermissionsinfo": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,boolean).varParam.includeexternalfilepermissionsinfo",
          "nodeType": "variable",
          "name": "includeExternalFilePermissionsInfo",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "includeExternalFilePermissionsInfo",
            "textToLower": "includeexternalfilepermissionsinfo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_includeExternalFilePermissionsInfo_0:118"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "includeExternalFilePermissionsInfo",
            "textToLower": "includeexternalfilepermissionsinfo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_includeExternalFilePermissionsInfo_0:118"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.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.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "The ID of the repository. The ID of the repository file. Specifies whether to include permission information, such as whether the file is shared and what are the available permission types.Managing external file permissions is supported for Google Drive, SharePoint Online, and OneDrive for Business.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositoryfile(string,string,string)": {
      "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string)",
      "nodeType": "method",
      "name": "getRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositoryFile",
        "textToLower": "getrepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 25,
      "memberOrder": 25,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFileDetail getRepositoryFile(String communityId, String repositoryId, String repositoryFileId)",
      "overrideSignature": "public static override ConnectApi.RepositoryFileDetail getRepositoryFile(String communityId, String repositoryId, String repositoryFileId)",
      "simplifiedSignature": "getRepositoryFile(String,String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFileDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFileDetail"
      },
      "description": "Get a repository file in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:91"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:84"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:112"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 105
                },
                "end": {
                  "line": 0,
                  "character": 111
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:105"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositoryfile(string,string,string,boolean)": {
      "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string,boolean)",
      "nodeType": "method",
      "name": "getRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositoryFile",
        "textToLower": "getrepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 26,
      "memberOrder": 26,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFileDetail getRepositoryFile(String communityId, String repositoryId, String repositoryFileId, Boolean includeExternalFilePermissionsInfo)",
      "overrideSignature": "public static override ConnectApi.RepositoryFileDetail getRepositoryFile(String communityId, String repositoryId, String repositoryFileId, Boolean includeExternalFilePermissionsInfo)",
      "simplifiedSignature": "getRepositoryFile(String,String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFileDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFileDetail"
      },
      "description": "Get a repository file with or without permissions information in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(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": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string,boolean).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:91"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:84"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string,boolean).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:112"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 105
                },
                "end": {
                  "line": 0,
                  "character": 111
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:105"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "includeexternalfilepermissionsinfo": {
          "id": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string,boolean).varParam.includeexternalfilepermissionsinfo",
          "nodeType": "variable",
          "name": "includeExternalFilePermissionsInfo",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "includeExternalFilePermissionsInfo",
            "textToLower": "includeexternalfilepermissionsinfo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 172
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_includeExternalFilePermissionsInfo_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "includeExternalFilePermissionsInfo",
            "textToLower": "includeexternalfilepermissionsinfo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 172
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_includeExternalFilePermissionsInfo_0:138"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfile(string,string,string,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfile.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 130
                },
                "end": {
                  "line": 0,
                  "character": 137
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:130"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. Specifies whether to include permission information, such as whether the file is shared and what are the available permission types.Managing external file permissions is supported for Google Drive, SharePoint Online, and OneDrive for Business.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositoryfolder(string,string)": {
      "id": "ConnectApi.contenthub.method.getrepositoryfolder(string,string)",
      "nodeType": "method",
      "name": "getRepositoryFolder",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositoryFolder",
        "textToLower": "getrepositoryfolder",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositoryFolder_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 27,
      "memberOrder": 27,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFolderDetail getRepositoryFolder(String repositoryId, String repositoryFolderId)",
      "overrideSignature": "public static override ConnectApi.RepositoryFolderDetail getRepositoryFolder(String repositoryId, String repositoryFolderId)",
      "simplifiedSignature": "getRepositoryFolder(String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositoryfolder.datatype.ConnectApi.RepositoryFolderDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFolderDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositoryfolder",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFolderDetail"
      },
      "description": "Get a repository folder.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolder(string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:75"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:75"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolder(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolder.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 74
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:68"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolder(string,string).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:96"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:96"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolder(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolder.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.contenthub.getrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "The ID of the repository. The ID of the repository folder.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositoryfolder(string,string,string)": {
      "id": "ConnectApi.contenthub.method.getrepositoryfolder(string,string,string)",
      "nodeType": "method",
      "name": "getRepositoryFolder",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositoryFolder",
        "textToLower": "getrepositoryfolder",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositoryFolder_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 28,
      "memberOrder": 28,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFolderDetail getRepositoryFolder(String communityId, String repositoryId, String repositoryFolderId)",
      "overrideSignature": "public static override ConnectApi.RepositoryFolderDetail getRepositoryFolder(String communityId, String repositoryId, String repositoryFolderId)",
      "simplifiedSignature": "getRepositoryFolder(String,String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositoryfolder.datatype.ConnectApi.RepositoryFolderDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFolderDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositoryfolder",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFolderDetail"
      },
      "description": "Get a repository folder in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolder(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": 75
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:75"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:75"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolder(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolder.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 74
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:68"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolder(string,string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:95"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolder(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolder.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.contenthub.getrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolder(string,string,string).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:116"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolder(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolder.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:109"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositoryfolderitems(string,string)": {
      "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string)",
      "nodeType": "method",
      "name": "getRepositoryFolderItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositoryFolderItems",
        "textToLower": "getrepositoryfolderitems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositoryFolderItems_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 29,
      "memberOrder": 29,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFolderItemsCollection getRepositoryFolderItems(String repositoryId, String repositoryFolderId)",
      "overrideSignature": "public static override ConnectApi.RepositoryFolderItemsCollection getRepositoryFolderItems(String repositoryId, String repositoryFolderId)",
      "simplifiedSignature": "getRepositoryFolderItems(String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.ConnectApi.RepositoryFolderItemsCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFolderItemsCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFolderItemsCollection"
      },
      "description": "Get repository folder items.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:89"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:110"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:103"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "The ID of the repository. The ID of the repository folder.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositoryfolderitems(string,string,string)": {
      "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string)",
      "nodeType": "method",
      "name": "getRepositoryFolderItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositoryFolderItems",
        "textToLower": "getrepositoryfolderitems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositoryFolderItems_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 30,
      "memberOrder": 30,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFolderItemsCollection getRepositoryFolderItems(String communityId, String repositoryId, String repositoryFolderId)",
      "overrideSignature": "public static override ConnectApi.RepositoryFolderItemsCollection getRepositoryFolderItems(String communityId, String repositoryId, String repositoryFolderId)",
      "simplifiedSignature": "getRepositoryFolderItems(String,String,String)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.ConnectApi.RepositoryFolderItemsCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFolderItemsCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFolderItemsCollection"
      },
      "description": "Get repository folder items in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(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": 89
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:89"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:109"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 102
                },
                "end": {
                  "line": 0,
                  "character": 108
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:102"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:130"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 123
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:123"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositoryfolderitems(string,string,integer,integer)": {
      "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,integer,integer)",
      "nodeType": "method",
      "name": "getRepositoryFolderItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositoryFolderItems",
        "textToLower": "getrepositoryfolderitems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositoryFolderItems_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 31,
      "memberOrder": 31,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFolderItemsCollection getRepositoryFolderItems(String repositoryId, String repositoryFolderId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.RepositoryFolderItemsCollection getRepositoryFolderItems(String repositoryId, String repositoryFolderId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getRepositoryFolderItems(String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.ConnectApi.RepositoryFolderItemsCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFolderItemsCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFolderItemsCollection"
      },
      "description": "Get a page of repository folder items.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,integer,integer).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:89"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,integer,integer).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:110"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:103"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:138"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 130
                },
                "end": {
                  "line": 0,
                  "character": 137
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:130"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 157
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:157"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 157
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:157"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 156
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:149"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "The ID of the repository. The ID of the repository folder. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default page size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrepositoryfolderitems(string,string,string,integer,integer)": {
      "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string,integer,integer)",
      "nodeType": "method",
      "name": "getRepositoryFolderItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRepositoryFolderItems",
        "textToLower": "getrepositoryfolderitems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRepositoryFolderItems_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 32,
      "memberOrder": 32,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFolderItemsCollection getRepositoryFolderItems(String communityId, String repositoryId, String repositoryFolderId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.RepositoryFolderItemsCollection getRepositoryFolderItems(String communityId, String repositoryId, String repositoryFolderId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getRepositoryFolderItems(String,String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.ConnectApi.RepositoryFolderItemsCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFolderItemsCollection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFolderItemsCollection"
      },
      "description": "Get a page of repository folder items in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:89"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string,integer,integer).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:109"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 102
                },
                "end": {
                  "line": 0,
                  "character": 108
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:102"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string,integer,integer).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:130"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 123
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:123"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:158"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:158"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 150
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:150"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 177
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:177"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 177
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:177"
          },
          "parentId": "ConnectApi.contenthub.method.getrepositoryfolderitems(string,string,string,integer,integer)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.getrepositoryfolderitems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 169
                },
                "end": {
                  "line": 0,
                  "character": 176
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:169"
            },
            "parentId": "ConnectApi.contenthub.getrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default page size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updaterepositoryfile(string,string,connectapi.contenthubiteminput)": {
      "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput)",
      "nodeType": "method",
      "name": "updateRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateRepositoryFile",
        "textToLower": "updaterepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 33,
      "memberOrder": 33,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFileDetail updateRepositoryFile(String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file)",
      "overrideSignature": "public static override ConnectApi.RepositoryFileDetail updateRepositoryFile(String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file)",
      "simplifiedSignature": "updateRepositoryFile(String,String,ConnectApi.ContentHubItemInput)",
      "datatype": {
        "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFileDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.updaterepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFileDetail"
      },
      "description": "Update the metadata of a repository file.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:74"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:95"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.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.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:144"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 113
                },
                "end": {
                  "line": 0,
                  "character": 123
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:113"
            },
            "parentId": "ConnectApi.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "description": "The ID of the repository. The ID of the repository file. The item type ID and fields of the item type.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)": {
      "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
      "nodeType": "method",
      "name": "updateRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateRepositoryFile",
        "textToLower": "updaterepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 34,
      "memberOrder": 34,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFileDetail updateRepositoryFile(String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)",
      "overrideSignature": "public static override ConnectApi.RepositoryFileDetail updateRepositoryFile(String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)",
      "simplifiedSignature": "updateRepositoryFile(String,String,ConnectApi.ContentHubItemInput,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFileDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.updaterepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFileDetail"
      },
      "description": "Update the content of a repository file.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:74"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:95"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.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.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:144"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 113
                },
                "end": {
                  "line": 0,
                  "character": 123
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:113"
            },
            "parentId": "ConnectApi.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "filedata": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.filedata",
          "nodeType": "variable",
          "name": "fileData",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 181
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 181
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:173"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "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.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "The ID of the repository. The ID of the repository file. The item type ID and fields of the item type. The binary file.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updaterepositoryfile(string,string,string,connectapi.contenthubiteminput)": {
      "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput)",
      "nodeType": "method",
      "name": "updateRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateRepositoryFile",
        "textToLower": "updaterepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 35,
      "memberOrder": 35,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFileDetail updateRepositoryFile(String communityId, String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file)",
      "overrideSignature": "public static override ConnectApi.RepositoryFileDetail updateRepositoryFile(String communityId, String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file)",
      "simplifiedSignature": "updateRepositoryFile(String,String,String,ConnectApi.ContentHubItemInput)",
      "datatype": {
        "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFileDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.updaterepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFileDetail"
      },
      "description": "Update the metadata of a repository file in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:94"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 93
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:87"
            },
            "parentId": "ConnectApi.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:115"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:115"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.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.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:164"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:164"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 143
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:133"
            },
            "parentId": "ConnectApi.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. The item type ID and fields of the item type.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)": {
      "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
      "nodeType": "method",
      "name": "updateRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateRepositoryFile",
        "textToLower": "updaterepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 36,
      "memberOrder": 36,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.RepositoryFileDetail updateRepositoryFile(String communityId, String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)",
      "overrideSignature": "public static override ConnectApi.RepositoryFileDetail updateRepositoryFile(String communityId, String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)",
      "simplifiedSignature": "updateRepositoryFile(String,String,String,ConnectApi.ContentHubItemInput,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
        "nodeType": "datatype",
        "name": "ConnectApi.RepositoryFileDetail",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.contenthub.updaterepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RepositoryFileDetail"
      },
      "description": "Update the content of a repository file in a community.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:94"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 93
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:87"
            },
            "parentId": "ConnectApi.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:115"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:115"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.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.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:164"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:164"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 143
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:133"
            },
            "parentId": "ConnectApi.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "filedata": {
          "id": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.filedata",
          "nodeType": "variable",
          "name": "fileData",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 193
              },
              "end": {
                "line": 0,
                "character": 201
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:193"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 193
              },
              "end": {
                "line": 0,
                "character": 201
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:193"
          },
          "parentId": "ConnectApi.contenthub.method.updaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.updaterepositoryfile.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 170
                },
                "end": {
                  "line": 0,
                  "character": 180
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:170"
            },
            "parentId": "ConnectApi.contenthub.updaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. The item type ID and fields of the item type. The binary file.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)": {
      "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)",
      "nodeType": "method",
      "name": "setTestAddRepositoryItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestAddRepositoryItem",
        "textToLower": "settestaddrepositoryitem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestAddRepositoryItem_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 37,
      "memberOrder": 37,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestAddRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.RepositoryFolderItem result)",
      "overrideSignature": "public static override Void setTestAddRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.RepositoryFolderItem result)",
      "simplifiedSignature": "setTestAddRepositoryItem(String,String,ConnectApi.ContentHubItemInput,ConnectApi.RepositoryFolderItem)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestaddrepositoryitem.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.contenthub.settestaddrepositoryitem",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFolderItem object to be returned when the matching addRepositoryItem(repositoryId, repositoryFolderId, file) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:51"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:72"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 65
                },
                "end": {
                  "line": 0,
                  "character": 71
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:65"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:123"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 102
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:92"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:161"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:161"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.ConnectApi.RepositoryFolderItem",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFolderItem",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 129
                },
                "end": {
                  "line": 0,
                  "character": 139
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:129"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFolderItem"
          },
          "description": "The ID of the repository. The ID of the repository folder. The item type ID and fields of the item type. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)": {
      "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)",
      "nodeType": "method",
      "name": "setTestAddRepositoryItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestAddRepositoryItem",
        "textToLower": "settestaddrepositoryitem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestAddRepositoryItem_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 38,
      "memberOrder": 38,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestAddRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.RepositoryFolderItem result)",
      "overrideSignature": "public static override Void setTestAddRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.RepositoryFolderItem result)",
      "simplifiedSignature": "setTestAddRepositoryItem(String,String,String,ConnectApi.ContentHubItemInput,ConnectApi.RepositoryFolderItem)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestaddrepositoryitem.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.contenthub.settestaddrepositoryitem",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFolderItem object to be returned when the matching addRepositoryItem(communityId, repositoryId, repositoryFolderId, file) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:92"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 91
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:85"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:143"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:143"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:112"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem).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.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfolderitem)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.ConnectApi.RepositoryFolderItem",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFolderItem",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 159
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:149"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFolderItem"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. The item type ID and fields of the item type. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)": {
      "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
      "nodeType": "method",
      "name": "setTestAddRepositoryItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestAddRepositoryItem",
        "textToLower": "settestaddrepositoryitem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestAddRepositoryItem_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 39,
      "memberOrder": 39,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestAddRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData, ConnectApi.RepositoryFolderItem result)",
      "overrideSignature": "public static override Void setTestAddRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData, ConnectApi.RepositoryFolderItem result)",
      "simplifiedSignature": "setTestAddRepositoryItem(String,String,ConnectApi.ContentHubItemInput,ConnectApi.BinaryInput,ConnectApi.RepositoryFolderItem)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestaddrepositoryitem.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.contenthub.settestaddrepositoryitem",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFolderItem object to be returned when the matching addRepositoryItem(repositoryId, repositoryFolderId, file, fileData) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:51"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:72"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 65
                },
                "end": {
                  "line": 0,
                  "character": 71
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:65"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:123"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 102
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:92"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "filedata": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem).varParam.filedata",
          "nodeType": "variable",
          "name": "fileData",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:152"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:152"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 129
                },
                "end": {
                  "line": 0,
                  "character": 139
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:129"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 194
              },
              "end": {
                "line": 0,
                "character": 200
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:194"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 194
              },
              "end": {
                "line": 0,
                "character": 200
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:194"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.ConnectApi.RepositoryFolderItem",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFolderItem",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 162
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:162"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFolderItem"
          },
          "description": "The ID of the repository. The ID of the repository folder. The item type ID and fields of the item type. The binary file. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)": {
      "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
      "nodeType": "method",
      "name": "setTestAddRepositoryItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestAddRepositoryItem",
        "textToLower": "settestaddrepositoryitem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestAddRepositoryItem_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 40,
      "memberOrder": 40,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestAddRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData, ConnectApi.RepositoryFolderItem result)",
      "overrideSignature": "public static override Void setTestAddRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData, ConnectApi.RepositoryFolderItem result)",
      "simplifiedSignature": "setTestAddRepositoryItem(String,String,String,ConnectApi.ContentHubItemInput,ConnectApi.BinaryInput,ConnectApi.RepositoryFolderItem)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestaddrepositoryitem.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.contenthub.settestaddrepositoryitem",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFolderItem object to be returned when the matching addRepositoryItem(communityId, repositoryId, repositoryFolderId, file, fileData) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:92"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 91
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:85"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:143"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:143"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:112"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "filedata": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem).varParam.filedata",
          "nodeType": "variable",
          "name": "fileData",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 172
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:172"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 172
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:172"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 159
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:149"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 214
              },
              "end": {
                "line": 0,
                "character": 220
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:214"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 214
              },
              "end": {
                "line": 0,
                "character": 220
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:214"
          },
          "parentId": "ConnectApi.contenthub.method.settestaddrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfolderitem)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.contenthub.settestaddrepositoryitem.datatype.ConnectApi.RepositoryFolderItem",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFolderItem",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 182
                },
                "end": {
                  "line": 0,
                  "character": 192
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:182"
            },
            "parentId": "ConnectApi.contenthub.settestaddrepositoryitem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFolderItem"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. The item type ID and fields of the item type. The binary file. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetalloweditemtypes(string,string,connectapi.contenthuballoweditemtypecollection)": {
      "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthuballoweditemtypecollection)",
      "nodeType": "method",
      "name": "setTestGetAllowedItemTypes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetAllowedItemTypes",
        "textToLower": "settestgetalloweditemtypes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetAllowedItemTypes_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 41,
      "memberOrder": 41,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetAllowedItemTypes(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubAllowedItemTypeCollection result)",
      "overrideSignature": "public static override Void setTestGetAllowedItemTypes(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubAllowedItemTypeCollection result)",
      "simplifiedSignature": "setTestGetAllowedItemTypes(String,String,ConnectApi.ContentHubAllowedItemTypeCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetalloweditemtypes.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.contenthub.settestgetalloweditemtypes",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ContentHubAllowedItemTypeCollection object to be returned when the matching getAllowedItemTypes(repositoryId, repositoryFolderId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthuballoweditemtypecollection).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:53"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:53"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthuballoweditemtypecollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 46
                },
                "end": {
                  "line": 0,
                  "character": 52
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:46"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthuballoweditemtypecollection).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:74"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthuballoweditemtypecollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthuballoweditemtypecollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:141"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthuballoweditemtypecollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.ConnectApi.ContentHubAllowedItemTypeCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubAllowedItemTypeCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:94"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubAllowedItemTypeCollection"
          },
          "description": "The ID of the repository. The ID of the repository folder. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetalloweditemtypes(string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)": {
      "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)",
      "nodeType": "method",
      "name": "setTestGetAllowedItemTypes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetAllowedItemTypes",
        "textToLower": "settestgetalloweditemtypes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetAllowedItemTypes_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 42,
      "memberOrder": 42,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetAllowedItemTypes(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemType filter, ConnectApi.ContentHubAllowedItemTypeCollection result)",
      "overrideSignature": "public static override Void setTestGetAllowedItemTypes(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemType filter, ConnectApi.ContentHubAllowedItemTypeCollection result)",
      "simplifiedSignature": "setTestGetAllowedItemTypes(String,String,ConnectApi.ContentHubItemType,ConnectApi.ContentHubAllowedItemTypeCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetalloweditemtypes.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.contenthub.settestgetalloweditemtypes",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ContentHubAllowedItemTypeCollection object to be returned when the matching getAllowedItemTypes(repositoryId, repositoryFolderId, filter) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:53"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:53"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 46
                },
                "end": {
                  "line": 0,
                  "character": 52
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:46"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:74"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:124"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:124"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.ConnectApi.ContentHubItemType",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:94"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemType"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:179"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:179"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.ConnectApi.ContentHubAllowedItemTypeCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubAllowedItemTypeCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 132
                },
                "end": {
                  "line": 0,
                  "character": 142
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:132"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubAllowedItemTypeCollection"
          },
          "description": "The ID of the repository. The ID of the repository folder. Item types. Values are:  Any—Includes files and folders.   FilesOnly—Includes files only.   FoldersOnly—Includes folders only.    The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetalloweditemtypes(string,string,string,connectapi.contenthuballoweditemtypecollection)": {
      "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthuballoweditemtypecollection)",
      "nodeType": "method",
      "name": "setTestGetAllowedItemTypes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetAllowedItemTypes",
        "textToLower": "settestgetalloweditemtypes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetAllowedItemTypes_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 43,
      "memberOrder": 43,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetAllowedItemTypes(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubAllowedItemTypeCollection result)",
      "overrideSignature": "public static override Void setTestGetAllowedItemTypes(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubAllowedItemTypeCollection result)",
      "simplifiedSignature": "setTestGetAllowedItemTypes(String,String,String,ConnectApi.ContentHubAllowedItemTypeCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetalloweditemtypes.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.contenthub.settestgetalloweditemtypes",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ContentHubAllowedItemTypeCollection object to be returned when the matching getAllowedItemTypes(communityId, repositoryId, repositoryFolderId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthuballoweditemtypecollection).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 64
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:53"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 64
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:53"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthuballoweditemtypecollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 46
                },
                "end": {
                  "line": 0,
                  "character": 52
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:46"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthuballoweditemtypecollection).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:73"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:73"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthuballoweditemtypecollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 66
                },
                "end": {
                  "line": 0,
                  "character": 72
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:66"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthuballoweditemtypecollection).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:94"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthuballoweditemtypecollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 93
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:87"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthuballoweditemtypecollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:161"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:161"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthuballoweditemtypecollection)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.ConnectApi.ContentHubAllowedItemTypeCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubAllowedItemTypeCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 114
                },
                "end": {
                  "line": 0,
                  "character": 124
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:114"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubAllowedItemTypeCollection"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)": {
      "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)",
      "nodeType": "method",
      "name": "setTestGetAllowedItemTypes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetAllowedItemTypes",
        "textToLower": "settestgetalloweditemtypes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetAllowedItemTypes_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 44,
      "memberOrder": 44,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetAllowedItemTypes(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemType filter, ConnectApi.ContentHubAllowedItemTypeCollection result)",
      "overrideSignature": "public static override Void setTestGetAllowedItemTypes(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemType filter, ConnectApi.ContentHubAllowedItemTypeCollection result)",
      "simplifiedSignature": "setTestGetAllowedItemTypes(String,String,String,ConnectApi.ContentHubItemType,ConnectApi.ContentHubAllowedItemTypeCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetalloweditemtypes.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.contenthub.settestgetalloweditemtypes",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ContentHubAllowedItemTypeCollection object to be returned when the matching getAllowedItemTypes(communityId, repositoryId, repositoryFolderId, filter) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 64
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:53"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 64
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:53"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 46
                },
                "end": {
                  "line": 0,
                  "character": 52
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:46"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:73"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:73"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 66
                },
                "end": {
                  "line": 0,
                  "character": 72
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:66"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:94"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 93
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:87"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:144"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.ConnectApi.ContentHubItemType",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 114
                },
                "end": {
                  "line": 0,
                  "character": 124
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:114"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemType"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 199
              },
              "end": {
                "line": 0,
                "character": 205
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:199"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 199
              },
              "end": {
                "line": 0,
                "character": 205
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:199"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetalloweditemtypes(string,string,string,connectapi.contenthubitemtype,connectapi.contenthuballoweditemtypecollection)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetalloweditemtypes.datatype.ConnectApi.ContentHubAllowedItemTypeCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubAllowedItemTypeCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 152
                },
                "end": {
                  "line": 0,
                  "character": 162
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:152"
            },
            "parentId": "ConnectApi.contenthub.settestgetalloweditemtypes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubAllowedItemTypeCollection"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. Item types. Values are:  Any—Includes files and folders.   FilesOnly—Includes files only.   FoldersOnly—Includes folders only.    The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfilepreview(string,string,connectapi.filepreviewformat,connectapi.filepreview)": {
      "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,connectapi.filepreview)",
      "nodeType": "method",
      "name": "setTestGetFilePreview",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFilePreview",
        "textToLower": "settestgetfilepreview",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFilePreview_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 45,
      "memberOrder": 45,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFilePreview(String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, ConnectApi.FilePreview result)",
      "overrideSignature": "public static override Void setTestGetFilePreview(String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, ConnectApi.FilePreview result)",
      "simplifiedSignature": "setTestGetFilePreview(String,String,ConnectApi.FilePreviewFormat,ConnectApi.FilePreview)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetfilepreview.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.contenthub.settestgetfilepreview",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FilePreview object to be returned when the matching getFilePreview(repositoryId, repositoryFileId, formatType) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,connectapi.filepreview).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 48
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:48"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 48
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:48"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,connectapi.filepreview)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 41
                },
                "end": {
                  "line": 0,
                  "character": 47
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:41"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,connectapi.filepreview).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:69"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,connectapi.filepreview)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.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.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "formattype": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,connectapi.filepreview).varParam.formattype",
          "nodeType": "variable",
          "name": "formatType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:116"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,connectapi.filepreview)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.ConnectApi.FilePreviewFormat",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreviewFormat",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:87"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreviewFormat"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,connectapi.filepreview).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:151"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:151"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,connectapi.filepreview)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.ConnectApi.FilePreview",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreview",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 138
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:128"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreview"
          },
          "description": "The ID of the repository. The ID of the repository file. Specifies the format of the file preview. Values are:  Jpg—Preview format is JPG.   Pdf—Preview format is PDF.   Svg—Preview format is compressed SVG.   Thumbnail—Preview format is 240 x 180 PNG.   ThumbnailBig—Preview format is 720 x 480 PNG.   ThumbnailTiny—Preview format is 120 x 90 PNG.   PDF previews are available for files of type DOC, DOCX, PPT, PPTX, TEXT, XLS, and XLSX. SVG files are generated on demand.If you’re concerned that feature-rich SVG previews don’t work in your org, choose alternative file previews. To use JPG file previews, enter general in the Quick Find box in Setup. Select General Settings, and then select Display alternative file previews.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)": {
      "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
      "nodeType": "method",
      "name": "setTestGetFilePreview",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFilePreview",
        "textToLower": "settestgetfilepreview",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFilePreview_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 46,
      "memberOrder": 46,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFilePreview(String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, Integer startPageNumber, Integer endPageNumber, ConnectApi.FilePreview result)",
      "overrideSignature": "public static override Void setTestGetFilePreview(String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, Integer startPageNumber, Integer endPageNumber, ConnectApi.FilePreview result)",
      "simplifiedSignature": "setTestGetFilePreview(String,String,ConnectApi.FilePreviewFormat,Integer,Integer,ConnectApi.FilePreview)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetfilepreview.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.contenthub.settestgetfilepreview",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FilePreview object to be returned when the matching getFilePreview(repositoryId, repositoryFileId, formatType, startPageNumber, endPageNumber) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 48
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:48"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 48
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:48"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 41
                },
                "end": {
                  "line": 0,
                  "character": 47
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:41"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:69"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.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.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "formattype": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.formattype",
          "nodeType": "variable",
          "name": "formatType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:116"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.ConnectApi.FilePreviewFormat",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreviewFormat",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:87"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreviewFormat"
          },
          "scope": null
        },
        "startpagenumber": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.startpagenumber",
          "nodeType": "variable",
          "name": "startPageNumber",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "startPageNumber",
            "textToLower": "startpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 151
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_startPageNumber_0:136"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "startPageNumber",
            "textToLower": "startpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 151
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_startPageNumber_0:136"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 135
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:128"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "endpagenumber": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.endpagenumber",
          "nodeType": "variable",
          "name": "endPageNumber",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "endPageNumber",
            "textToLower": "endpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_endPageNumber_0:161"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "endPageNumber",
            "textToLower": "endpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_endPageNumber_0:161"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 153
                },
                "end": {
                  "line": 0,
                  "character": 160
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:153"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 199
              },
              "end": {
                "line": 0,
                "character": 205
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:199"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 199
              },
              "end": {
                "line": 0,
                "character": 205
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:199"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.ConnectApi.FilePreview",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreview",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 176
                },
                "end": {
                  "line": 0,
                  "character": 186
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:176"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreview"
          },
          "description": "The ID of the repository. The ID of the repository file. Specifies the format of the file preview. Values are:  Jpg—Preview format is JPG.   Pdf—Preview format is PDF.   Svg—Preview format is compressed SVG.   Thumbnail—Preview format is 240 x 180 PNG.   ThumbnailBig—Preview format is 720 x 480 PNG.   ThumbnailTiny—Preview format is 120 x 90 PNG.   PDF previews are available for files of type DOC, DOCX, PPT, PPTX, TEXT, XLS, and XLSX. SVG files are generated on demand.If you’re concerned that feature-rich SVG previews don’t work in your org, choose alternative file previews. To use JPG file previews, enter general in the Quick Find box in Setup. Select General Settings, and then select Display alternative file previews.  The starting page number in the range of file preview URLs. The ending page number in the range of file preview URLs. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview)": {
      "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview)",
      "nodeType": "method",
      "name": "setTestGetFilePreview",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFilePreview",
        "textToLower": "settestgetfilepreview",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFilePreview_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 47,
      "memberOrder": 47,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFilePreview(String communityId, String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, ConnectApi.FilePreview result)",
      "overrideSignature": "public static override Void setTestGetFilePreview(String communityId, String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, ConnectApi.FilePreview result)",
      "simplifiedSignature": "setTestGetFilePreview(String,String,String,ConnectApi.FilePreviewFormat,ConnectApi.FilePreview)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetfilepreview.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.contenthub.settestgetfilepreview",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FilePreview object to be returned when the matching getFilePreview(communityId, repositoryId, repositoryFileId, formatType) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 48
              },
              "end": {
                "line": 0,
                "character": 59
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:48"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 48
              },
              "end": {
                "line": 0,
                "character": 59
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:48"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 41
                },
                "end": {
                  "line": 0,
                  "character": 47
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:41"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 68
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:68"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 68
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:68"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 61
                },
                "end": {
                  "line": 0,
                  "character": 67
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:61"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:89"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "formattype": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview).varParam.formattype",
          "nodeType": "variable",
          "name": "formatType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:136"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:136"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.ConnectApi.FilePreviewFormat",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreviewFormat",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 107
                },
                "end": {
                  "line": 0,
                  "character": 117
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:107"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreviewFormat"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 171
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:171"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 171
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:171"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,connectapi.filepreview)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.ConnectApi.FilePreview",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreview",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 148
                },
                "end": {
                  "line": 0,
                  "character": 158
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:148"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreview"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. Specifies the format of the file preview. Values are:  Jpg—Preview format is JPG.   Pdf—Preview format is PDF.   Svg—Preview format is compressed SVG.   Thumbnail—Preview format is 240 x 180 PNG.   ThumbnailBig—Preview format is 720 x 480 PNG.   ThumbnailTiny—Preview format is 120 x 90 PNG.   PDF previews are available for files of type DOC, DOCX, PPT, PPTX, TEXT, XLS, and XLSX. SVG files are generated on demand.If you’re concerned that feature-rich SVG previews don’t work in your org, choose alternative file previews. To use JPG file previews, enter general in the Quick Find box in Setup. Select General Settings, and then select Display alternative file previews.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)": {
      "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
      "nodeType": "method",
      "name": "setTestGetFilePreview",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFilePreview",
        "textToLower": "settestgetfilepreview",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFilePreview_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 48,
      "memberOrder": 48,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFilePreview(String communityId, String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, Integer startPageNumber, Integer endPageNumber, ConnectApi.FilePreview result)",
      "overrideSignature": "public static override Void setTestGetFilePreview(String communityId, String repositoryId, String repositoryFileId, ConnectApi.FilePreviewFormat formatType, Integer startPageNumber, Integer endPageNumber, ConnectApi.FilePreview result)",
      "simplifiedSignature": "setTestGetFilePreview(String,String,String,ConnectApi.FilePreviewFormat,Integer,Integer,ConnectApi.FilePreview)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetfilepreview.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.contenthub.settestgetfilepreview",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FilePreview object to be returned when the matching getFilePreview(communityId, repositoryId, repositoryFileId, formatType, startPageNumber, endPageNumber) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 48
              },
              "end": {
                "line": 0,
                "character": 59
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:48"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 48
              },
              "end": {
                "line": 0,
                "character": 59
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:48"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 41
                },
                "end": {
                  "line": 0,
                  "character": 47
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:41"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 68
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:68"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 68
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:68"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 61
                },
                "end": {
                  "line": 0,
                  "character": 67
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:61"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:89"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "formattype": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.formattype",
          "nodeType": "variable",
          "name": "formatType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:136"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "formatType",
            "textToLower": "formattype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_formatType_0:136"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.ConnectApi.FilePreviewFormat",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreviewFormat",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 107
                },
                "end": {
                  "line": 0,
                  "character": 117
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:107"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreviewFormat"
          },
          "scope": null
        },
        "startpagenumber": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.startpagenumber",
          "nodeType": "variable",
          "name": "startPageNumber",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "startPageNumber",
            "textToLower": "startpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 156
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_startPageNumber_0:156"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "startPageNumber",
            "textToLower": "startpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 156
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_startPageNumber_0:156"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 148
                },
                "end": {
                  "line": 0,
                  "character": 155
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:148"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "endpagenumber": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.endpagenumber",
          "nodeType": "variable",
          "name": "endPageNumber",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "endPageNumber",
            "textToLower": "endpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 181
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_endPageNumber_0:181"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "endPageNumber",
            "textToLower": "endpagenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 181
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_endPageNumber_0:181"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 173
                },
                "end": {
                  "line": 0,
                  "character": 180
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:173"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:219"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:219"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetfilepreview(string,string,string,connectapi.filepreviewformat,integer,integer,connectapi.filepreview)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetfilepreview.datatype.ConnectApi.FilePreview",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreview",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 196
                },
                "end": {
                  "line": 0,
                  "character": 206
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:196"
            },
            "parentId": "ConnectApi.contenthub.settestgetfilepreview",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreview"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. Specifies the format of the file preview. Values are:  Jpg—Preview format is JPG.   Pdf—Preview format is PDF.   Svg—Preview format is compressed SVG.   Thumbnail—Preview format is 240 x 180 PNG.   ThumbnailBig—Preview format is 720 x 480 PNG.   ThumbnailTiny—Preview format is 120 x 90 PNG.   PDF previews are available for files of type DOC, DOCX, PPT, PPTX, TEXT, XLS, and XLSX. SVG files are generated on demand.If you���re concerned that feature-rich SVG previews don’t work in your org, choose alternative file previews. To use JPG file previews, enter general in the Quick Find box in Setup. Select General Settings, and then select Display alternative file previews.  The starting page number in the range of file preview URLs. The ending page number in the range of file preview URLs. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetitemtype(string,string,connectapi.contenthubitemtypedetail)": {
      "id": "ConnectApi.contenthub.method.settestgetitemtype(string,string,connectapi.contenthubitemtypedetail)",
      "nodeType": "method",
      "name": "setTestGetItemType",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetItemType",
        "textToLower": "settestgetitemtype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetItemType_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 49,
      "memberOrder": 49,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetItemType(String repositoryId, String repositoryItemTypeId, ConnectApi.ContentHubItemTypeDetail result)",
      "overrideSignature": "public static override Void setTestGetItemType(String repositoryId, String repositoryItemTypeId, ConnectApi.ContentHubItemTypeDetail result)",
      "simplifiedSignature": "setTestGetItemType(String,String,ConnectApi.ContentHubItemTypeDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetitemtype.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.contenthub.settestgetitemtype",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ContentHubItemTypeDetail object to be returned when the matching getItemType(repositoryId, repositoryItemTypeId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetitemtype(string,string,connectapi.contenthubitemtypedetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:45"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:45"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetitemtype(string,string,connectapi.contenthubitemtypedetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetitemtype.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 38
                },
                "end": {
                  "line": 0,
                  "character": 44
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:38"
            },
            "parentId": "ConnectApi.contenthub.settestgetitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryitemtypeid": {
          "id": "ConnectApi.contenthub.method.settestgetitemtype(string,string,connectapi.contenthubitemtypedetail).varParam.repositoryitemtypeid",
          "nodeType": "variable",
          "name": "repositoryItemTypeId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryItemTypeId",
            "textToLower": "repositoryitemtypeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryItemTypeId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryItemTypeId",
            "textToLower": "repositoryitemtypeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryItemTypeId_0:66"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetitemtype(string,string,connectapi.contenthubitemtypedetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetitemtype.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.contenthub.settestgetitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetitemtype(string,string,connectapi.contenthubitemtypedetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:124"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:124"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetitemtype(string,string,connectapi.contenthubitemtypedetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetitemtype.datatype.ConnectApi.ContentHubItemTypeDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemTypeDetail",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 88
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:88"
            },
            "parentId": "ConnectApi.contenthub.settestgetitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemTypeDetail"
          },
          "description": "The ID of the repository. The ID of the repository item type. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetitemtype(string,string,string,connectapi.contenthubitemtypedetail)": {
      "id": "ConnectApi.contenthub.method.settestgetitemtype(string,string,string,connectapi.contenthubitemtypedetail)",
      "nodeType": "method",
      "name": "setTestGetItemType",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetItemType",
        "textToLower": "settestgetitemtype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetItemType_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 50,
      "memberOrder": 50,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetItemType(String communityId, String repositoryId, String repositoryItemTypeId, ConnectApi.ContentHubItemTypeDetail result)",
      "overrideSignature": "public static override Void setTestGetItemType(String communityId, String repositoryId, String repositoryItemTypeId, ConnectApi.ContentHubItemTypeDetail result)",
      "simplifiedSignature": "setTestGetItemType(String,String,String,ConnectApi.ContentHubItemTypeDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetitemtype.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.contenthub.settestgetitemtype",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ContentHubItemTypeDetail object to be returned when the matching getItemType(communityId, repositoryId, repositoryItemTypeId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetitemtype(string,string,string,connectapi.contenthubitemtypedetail).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetitemtype(string,string,string,connectapi.contenthubitemtypedetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetitemtype.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 38
                },
                "end": {
                  "line": 0,
                  "character": 44
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:38"
            },
            "parentId": "ConnectApi.contenthub.settestgetitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetitemtype(string,string,string,connectapi.contenthubitemtypedetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:65"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetitemtype(string,string,string,connectapi.contenthubitemtypedetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetitemtype.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 58
                },
                "end": {
                  "line": 0,
                  "character": 64
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:58"
            },
            "parentId": "ConnectApi.contenthub.settestgetitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryitemtypeid": {
          "id": "ConnectApi.contenthub.method.settestgetitemtype(string,string,string,connectapi.contenthubitemtypedetail).varParam.repositoryitemtypeid",
          "nodeType": "variable",
          "name": "repositoryItemTypeId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryItemTypeId",
            "textToLower": "repositoryitemtypeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryItemTypeId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryItemTypeId",
            "textToLower": "repositoryitemtypeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryItemTypeId_0:86"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetitemtype(string,string,string,connectapi.contenthubitemtypedetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetitemtype.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 85
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:79"
            },
            "parentId": "ConnectApi.contenthub.settestgetitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetitemtype(string,string,string,connectapi.contenthubitemtypedetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:144"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetitemtype(string,string,string,connectapi.contenthubitemtypedetail)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetitemtype.datatype.ConnectApi.ContentHubItemTypeDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemTypeDetail",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 108
                },
                "end": {
                  "line": 0,
                  "character": 118
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:108"
            },
            "parentId": "ConnectApi.contenthub.settestgetitemtype",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemTypeDetail"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository item type. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetpreviews(string,string,connectapi.filepreviewcollection)": {
      "id": "ConnectApi.contenthub.method.settestgetpreviews(string,string,connectapi.filepreviewcollection)",
      "nodeType": "method",
      "name": "setTestGetPreviews",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetPreviews",
        "textToLower": "settestgetpreviews",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetPreviews_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 51,
      "memberOrder": 51,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetPreviews(String repositoryId, String repositoryFileId, ConnectApi.FilePreviewCollection result)",
      "overrideSignature": "public static override Void setTestGetPreviews(String repositoryId, String repositoryFileId, ConnectApi.FilePreviewCollection result)",
      "simplifiedSignature": "setTestGetPreviews(String,String,ConnectApi.FilePreviewCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetpreviews.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.contenthub.settestgetpreviews",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FilePreviewCollection object to be returned when the matching getPreviews(repositoryId, repositoryFileId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetpreviews(string,string,connectapi.filepreviewcollection).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:45"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:45"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetpreviews(string,string,connectapi.filepreviewcollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetpreviews.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 38
                },
                "end": {
                  "line": 0,
                  "character": 44
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:38"
            },
            "parentId": "ConnectApi.contenthub.settestgetpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestgetpreviews(string,string,connectapi.filepreviewcollection).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:66"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetpreviews(string,string,connectapi.filepreviewcollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetpreviews.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.contenthub.settestgetpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetpreviews(string,string,connectapi.filepreviewcollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:117"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetpreviews(string,string,connectapi.filepreviewcollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetpreviews.datatype.ConnectApi.FilePreviewCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreviewCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 94
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:84"
            },
            "parentId": "ConnectApi.contenthub.settestgetpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreviewCollection"
          },
          "description": "The ID of the repository. The ID of the repository file. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetpreviews(string,string,string,connectapi.filepreviewcollection)": {
      "id": "ConnectApi.contenthub.method.settestgetpreviews(string,string,string,connectapi.filepreviewcollection)",
      "nodeType": "method",
      "name": "setTestGetPreviews",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetPreviews",
        "textToLower": "settestgetpreviews",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetPreviews_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 52,
      "memberOrder": 52,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetPreviews(String communityId, String repositoryId, String repositoryFileId, ConnectApi.FilePreviewCollection result)",
      "overrideSignature": "public static override Void setTestGetPreviews(String communityId, String repositoryId, String repositoryFileId, ConnectApi.FilePreviewCollection result)",
      "simplifiedSignature": "setTestGetPreviews(String,String,String,ConnectApi.FilePreviewCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetpreviews.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.contenthub.settestgetpreviews",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FilePreviewCollection object to be returned when the matching getPreviews(communityId, repositoryId, repositoryFileId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetpreviews(string,string,string,connectapi.filepreviewcollection).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetpreviews(string,string,string,connectapi.filepreviewcollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetpreviews.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 38
                },
                "end": {
                  "line": 0,
                  "character": 44
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:38"
            },
            "parentId": "ConnectApi.contenthub.settestgetpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetpreviews(string,string,string,connectapi.filepreviewcollection).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:65"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetpreviews(string,string,string,connectapi.filepreviewcollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetpreviews.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 58
                },
                "end": {
                  "line": 0,
                  "character": 64
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:58"
            },
            "parentId": "ConnectApi.contenthub.settestgetpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestgetpreviews(string,string,string,connectapi.filepreviewcollection).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:86"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetpreviews(string,string,string,connectapi.filepreviewcollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetpreviews.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 85
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:79"
            },
            "parentId": "ConnectApi.contenthub.settestgetpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetpreviews(string,string,string,connectapi.filepreviewcollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 137
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:137"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 137
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:137"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetpreviews(string,string,string,connectapi.filepreviewcollection)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetpreviews.datatype.ConnectApi.FilePreviewCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.FilePreviewCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 104
                },
                "end": {
                  "line": 0,
                  "character": 114
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:104"
            },
            "parentId": "ConnectApi.contenthub.settestgetpreviews",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FilePreviewCollection"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositories(connectapi.contenthubrepositorycollection)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositories(connectapi.contenthubrepositorycollection)",
      "nodeType": "method",
      "name": "setTestGetRepositories",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositories",
        "textToLower": "settestgetrepositories",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositories_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 53,
      "memberOrder": 53,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositories(ConnectApi.ContentHubRepositoryCollection result)",
      "overrideSignature": "public static override Void setTestGetRepositories(ConnectApi.ContentHubRepositoryCollection result)",
      "simplifiedSignature": "setTestGetRepositories(ConnectApi.ContentHubRepositoryCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositories.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.contenthub.settestgetrepositories",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ContentHubRepositoryCollection object to be returned when the matching getRepositories() method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositories(connectapi.contenthubrepositorycollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:84"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositories(connectapi.contenthubrepositorycollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositories.datatype.ConnectApi.ContentHubRepositoryCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubRepositoryCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 42
                },
                "end": {
                  "line": 0,
                  "character": 52
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:42"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubRepositoryCollection"
          },
          "description": "The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositories(string,connectapi.contenthubrepositorycollection)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositories(string,connectapi.contenthubrepositorycollection)",
      "nodeType": "method",
      "name": "setTestGetRepositories",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositories",
        "textToLower": "settestgetrepositories",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositories_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 54,
      "memberOrder": 54,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositories(String communityId, ConnectApi.ContentHubRepositoryCollection result)",
      "overrideSignature": "public static override Void setTestGetRepositories(String communityId, ConnectApi.ContentHubRepositoryCollection result)",
      "simplifiedSignature": "setTestGetRepositories(String,ConnectApi.ContentHubRepositoryCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositories.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.contenthub.settestgetrepositories",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a getRepositories(communityId) object to be returned when the matching ConnectApi.ContentHubRepositoryCollection method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositories(string,connectapi.contenthubrepositorycollection).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.contenthub.method.settestgetrepositories(string,connectapi.contenthubrepositorycollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositories.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.contenthub.settestgetrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositories(string,connectapi.contenthubrepositorycollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:104"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositories(string,connectapi.contenthubrepositorycollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositories.datatype.ConnectApi.ContentHubRepositoryCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubRepositoryCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 72
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:62"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubRepositoryCollection"
          },
          "description": "Use either the ID for a community, internal, or null. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositories(integer,integer,connectapi.contenthubrepositorycollection)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositories(integer,integer,connectapi.contenthubrepositorycollection)",
      "nodeType": "method",
      "name": "setTestGetRepositories",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositories",
        "textToLower": "settestgetrepositories",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositories_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 55,
      "memberOrder": 55,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositories(Integer pageParam, Integer pageSize, ConnectApi.ContentHubRepositoryCollection result)",
      "overrideSignature": "public static override Void setTestGetRepositories(Integer pageParam, Integer pageSize, ConnectApi.ContentHubRepositoryCollection result)",
      "simplifiedSignature": "setTestGetRepositories(Integer,Integer,ConnectApi.ContentHubRepositoryCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositories.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.contenthub.settestgetrepositories",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ContentHubRepositoryCollection object to be returned when the matching getRepositories(pageParam, pageSize) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "pageparam": {
          "id": "ConnectApi.contenthub.method.settestgetrepositories(integer,integer,connectapi.contenthubrepositorycollection).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 50
              },
              "end": {
                "line": 0,
                "character": 59
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:50"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 50
              },
              "end": {
                "line": 0,
                "character": 59
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:50"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositories(integer,integer,connectapi.contenthubrepositorycollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositories.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 42
                },
                "end": {
                  "line": 0,
                  "character": 49
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:42"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.contenthub.method.settestgetrepositories(integer,integer,connectapi.contenthubrepositorycollection).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:69"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositories(integer,integer,connectapi.contenthubrepositorycollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositories.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 61
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:61"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositories(integer,integer,connectapi.contenthubrepositorycollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 121
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:121"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 121
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:121"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositories(integer,integer,connectapi.contenthubrepositorycollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositories.datatype.ConnectApi.ContentHubRepositoryCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubRepositoryCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:79"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubRepositoryCollection"
          },
          "description": "Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default page size is 25. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositories(string,integer,integer,connectapi.contenthubrepositorycollection)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositories(string,integer,integer,connectapi.contenthubrepositorycollection)",
      "nodeType": "method",
      "name": "setTestGetRepositories",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositories",
        "textToLower": "settestgetrepositories",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositories_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 56,
      "memberOrder": 56,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositories(String communityId, Integer pageParam, Integer pageSize, ConnectApi.ContentHubRepositoryCollection result)",
      "overrideSignature": "public static override Void setTestGetRepositories(String communityId, Integer pageParam, Integer pageSize, ConnectApi.ContentHubRepositoryCollection result)",
      "simplifiedSignature": "setTestGetRepositories(String,Integer,Integer,ConnectApi.ContentHubRepositoryCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositories.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.contenthub.settestgetrepositories",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ContentHubRepositoryCollection object to be returned when the matching getRepositories(communityId, pageParam, pageSize) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositories(string,integer,integer,connectapi.contenthubrepositorycollection).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.contenthub.method.settestgetrepositories(string,integer,integer,connectapi.contenthubrepositorycollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositories.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.contenthub.settestgetrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.contenthub.method.settestgetrepositories(string,integer,integer,connectapi.contenthubrepositorycollection).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:70"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositories(string,integer,integer,connectapi.contenthubrepositorycollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositories.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:62"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.contenthub.method.settestgetrepositories(string,integer,integer,connectapi.contenthubrepositorycollection).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:89"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositories(string,integer,integer,connectapi.contenthubrepositorycollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositories.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 81
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:81"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositories(string,integer,integer,connectapi.contenthubrepositorycollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:141"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositories(string,integer,integer,connectapi.contenthubrepositorycollection)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositories.datatype.ConnectApi.ContentHubRepositoryCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubRepositoryCollection",
            "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.contenthub.settestgetrepositories",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubRepositoryCollection"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default page size is 25. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepository(string,connectapi.contenthubrepository)": {
      "id": "ConnectApi.contenthub.method.settestgetrepository(string,connectapi.contenthubrepository)",
      "nodeType": "method",
      "name": "setTestGetRepository",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepository",
        "textToLower": "settestgetrepository",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepository_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 57,
      "memberOrder": 57,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepository(String repositoryId, ConnectApi.ContentHubRepository result)",
      "overrideSignature": "public static override Void setTestGetRepository(String repositoryId, ConnectApi.ContentHubRepository result)",
      "simplifiedSignature": "setTestGetRepository(String,ConnectApi.ContentHubRepository)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepository.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.contenthub.settestgetrepository",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ContentHubRepository object to be returned when the matching getRepository(repositoryId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepository(string,connectapi.contenthubrepository).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 59
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:47"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 59
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:47"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepository(string,connectapi.contenthubrepository)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepository.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 40
                },
                "end": {
                  "line": 0,
                  "character": 46
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:40"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepository",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepository(string,connectapi.contenthubrepository).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:93"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:93"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepository(string,connectapi.contenthubrepository)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepository.datatype.ConnectApi.ContentHubRepository",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubRepository",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 61
                },
                "end": {
                  "line": 0,
                  "character": 71
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:61"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepository",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubRepository"
          },
          "description": "The ID of the repository. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepository(string,string,connectapi.contenthubrepository)": {
      "id": "ConnectApi.contenthub.method.settestgetrepository(string,string,connectapi.contenthubrepository)",
      "nodeType": "method",
      "name": "setTestGetRepository",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepository",
        "textToLower": "settestgetrepository",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepository_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 58,
      "memberOrder": 58,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepository(String communityId, String repositoryId, ConnectApi.ContentHubRepository result)",
      "overrideSignature": "public static override Void setTestGetRepository(String communityId, String repositoryId, ConnectApi.ContentHubRepository result)",
      "simplifiedSignature": "setTestGetRepository(String,String,ConnectApi.ContentHubRepository)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepository.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.contenthub.settestgetrepository",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ContentHubRepository object to be returned when the matching getRepository(communityId, repositoryId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetrepository(string,string,connectapi.contenthubrepository).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepository(string,string,connectapi.contenthubrepository)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepository.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 40
                },
                "end": {
                  "line": 0,
                  "character": 46
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:40"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepository",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepository(string,string,connectapi.contenthubrepository).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:67"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepository(string,string,connectapi.contenthubrepository)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepository.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepository",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepository(string,string,connectapi.contenthubrepository).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 113
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:113"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 113
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:113"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepository(string,string,connectapi.contenthubrepository)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepository.datatype.ConnectApi.ContentHubRepository",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubRepository",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 81
                },
                "end": {
                  "line": 0,
                  "character": 91
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:81"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepository",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubRepository"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositoryfile(string,string,connectapi.repositoryfiledetail)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,connectapi.repositoryfiledetail)",
      "nodeType": "method",
      "name": "setTestGetRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositoryFile",
        "textToLower": "settestgetrepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 59,
      "memberOrder": 59,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositoryFile(String repositoryId, String repositoryFileId, ConnectApi.RepositoryFileDetail result)",
      "overrideSignature": "public static override Void setTestGetRepositoryFile(String repositoryId, String repositoryFileId, ConnectApi.RepositoryFileDetail result)",
      "simplifiedSignature": "setTestGetRepositoryFile(String,String,ConnectApi.RepositoryFileDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositoryfile.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.contenthub.settestgetrepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFileDetail object to be returned when the matching getRepositoryFile(repositoryId, repositoryFileId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,connectapi.repositoryfiledetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:51"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,connectapi.repositoryfiledetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,connectapi.repositoryfiledetail).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:72"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,connectapi.repositoryfiledetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 65
                },
                "end": {
                  "line": 0,
                  "character": 71
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:65"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,connectapi.repositoryfiledetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:122"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,connectapi.repositoryfiledetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFileDetail",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:90"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFileDetail"
          },
          "description": "The ID of the repository. The ID of the repository file. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositoryfile(string,string,boolean,connectapi.repositoryfiledetail)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,boolean,connectapi.repositoryfiledetail)",
      "nodeType": "method",
      "name": "setTestGetRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositoryFile",
        "textToLower": "settestgetrepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 60,
      "memberOrder": 60,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositoryFile(String repositoryId, String repositoryFileId, Boolean includeExternalFilePermissionsInfo, ConnectApi.RepositoryFileDetail result)",
      "overrideSignature": "public static override Void setTestGetRepositoryFile(String repositoryId, String repositoryFileId, Boolean includeExternalFilePermissionsInfo, ConnectApi.RepositoryFileDetail result)",
      "simplifiedSignature": "setTestGetRepositoryFile(String,String,Boolean,ConnectApi.RepositoryFileDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositoryfile.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.contenthub.settestgetrepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFileDetail object to be returned when the matching getRepositoryFile(repositoryId, repositoryFileId, includeExternalFilePermissionsInfo) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,boolean,connectapi.repositoryfiledetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:51"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,boolean,connectapi.repositoryfiledetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,boolean,connectapi.repositoryfiledetail).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:72"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,boolean,connectapi.repositoryfiledetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 65
                },
                "end": {
                  "line": 0,
                  "character": 71
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:65"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "includeexternalfilepermissionsinfo": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,boolean,connectapi.repositoryfiledetail).varParam.includeexternalfilepermissionsinfo",
          "nodeType": "variable",
          "name": "includeExternalFilePermissionsInfo",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "includeExternalFilePermissionsInfo",
            "textToLower": "includeexternalfilepermissionsinfo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_includeExternalFilePermissionsInfo_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "includeExternalFilePermissionsInfo",
            "textToLower": "includeexternalfilepermissionsinfo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_includeExternalFilePermissionsInfo_0:98"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,boolean,connectapi.repositoryfiledetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:90"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,boolean,connectapi.repositoryfiledetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 172
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:166"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 172
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:166"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,boolean,connectapi.repositoryfiledetail)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFileDetail",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 144
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:134"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFileDetail"
          },
          "description": "The ID of the repository. The ID of the repository file. Specifies whether to include permission information, such as whether the file is shared and what are the available permission types.Managing external file permissions is supported for Google Drive, SharePoint Online, and OneDrive for Business.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositoryfile(string,string,string,connectapi.repositoryfiledetail)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,connectapi.repositoryfiledetail)",
      "nodeType": "method",
      "name": "setTestGetRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositoryFile",
        "textToLower": "settestgetrepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 61,
      "memberOrder": 61,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositoryFile(String communityId, String repositoryId, String repositoryFileId, ConnectApi.RepositoryFileDetail result)",
      "overrideSignature": "public static override Void setTestGetRepositoryFile(String communityId, String repositoryId, String repositoryFileId, ConnectApi.RepositoryFileDetail result)",
      "simplifiedSignature": "setTestGetRepositoryFile(String,String,String,ConnectApi.RepositoryFileDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositoryfile.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.contenthub.settestgetrepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFileDetail object to be returned when the matching getRepositoryFile(communityId, repositoryId, repositoryFileId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,connectapi.repositoryfiledetail).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,connectapi.repositoryfiledetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,connectapi.repositoryfiledetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,connectapi.repositoryfiledetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,connectapi.repositoryfiledetail).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:92"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,connectapi.repositoryfiledetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 91
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:85"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,connectapi.repositoryfiledetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:142"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,connectapi.repositoryfiledetail)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFileDetail",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 120
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:110"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFileDetail"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail)",
      "nodeType": "method",
      "name": "setTestGetRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositoryFile",
        "textToLower": "settestgetrepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 62,
      "memberOrder": 62,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositoryFile(String communityId, String repositoryId, String repositoryFileId, Boolean includeExternalFilePermissionsInfo, ConnectApi.RepositoryFileDetail result)",
      "overrideSignature": "public static override Void setTestGetRepositoryFile(String communityId, String repositoryId, String repositoryFileId, Boolean includeExternalFilePermissionsInfo, ConnectApi.RepositoryFileDetail result)",
      "simplifiedSignature": "setTestGetRepositoryFile(String,String,String,Boolean,ConnectApi.RepositoryFileDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositoryfile.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.contenthub.settestgetrepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFileDetail object to be returned when the matching getRepositoryFile(communityId, repositoryId, repositoryFileId, includeExternalFilePermissionsInfo) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:71"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:92"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 91
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:85"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "includeexternalfilepermissionsinfo": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail).varParam.includeexternalfilepermissionsinfo",
          "nodeType": "variable",
          "name": "includeExternalFilePermissionsInfo",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "includeExternalFilePermissionsInfo",
            "textToLower": "includeexternalfilepermissionsinfo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_includeExternalFilePermissionsInfo_0:118"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "includeExternalFilePermissionsInfo",
            "textToLower": "includeexternalfilepermissionsinfo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_includeExternalFilePermissionsInfo_0:118"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.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.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:186"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfile(string,string,string,boolean,connectapi.repositoryfiledetail)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFileDetail",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 154
                },
                "end": {
                  "line": 0,
                  "character": 164
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:154"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFileDetail"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. Specifies whether to include permission information, such as whether the file is shared and what are the available permission types.Managing external file permissions is supported for Google Drive, SharePoint Online, and OneDrive for Business.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositoryfolder(string,string,connectapi.repositoryfolderdetail)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,connectapi.repositoryfolderdetail)",
      "nodeType": "method",
      "name": "setTestGetRepositoryFolder",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositoryFolder",
        "textToLower": "settestgetrepositoryfolder",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositoryFolder_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 63,
      "memberOrder": 63,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositoryFolder(String repositoryId, String repositoryFolderId, ConnectApi.RepositoryFolderDetail result)",
      "overrideSignature": "public static override Void setTestGetRepositoryFolder(String repositoryId, String repositoryFolderId, ConnectApi.RepositoryFolderDetail result)",
      "simplifiedSignature": "setTestGetRepositoryFolder(String,String,ConnectApi.RepositoryFolderDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositoryfolder.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.contenthub.settestgetrepositoryfolder",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFolderDetail object to be returned when the matching getRepositoryFolder(repositoryId, repositoryFolderId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,connectapi.repositoryfolderdetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:53"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:53"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,connectapi.repositoryfolderdetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolder.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 46
                },
                "end": {
                  "line": 0,
                  "character": 52
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:46"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,connectapi.repositoryfolderdetail).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:74"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,connectapi.repositoryfolderdetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolder.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,connectapi.repositoryfolderdetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:128"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:128"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,connectapi.repositoryfolderdetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolder.datatype.ConnectApi.RepositoryFolderDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFolderDetail",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:94"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFolderDetail"
          },
          "description": "The ID of the repository. The ID of the repository folder. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositoryfolder(string,string,string,connectapi.repositoryfolderdetail)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,string,connectapi.repositoryfolderdetail)",
      "nodeType": "method",
      "name": "setTestGetRepositoryFolder",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositoryFolder",
        "textToLower": "settestgetrepositoryfolder",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositoryFolder_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 64,
      "memberOrder": 64,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositoryFolder(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.RepositoryFolderDetail result)",
      "overrideSignature": "public static override Void setTestGetRepositoryFolder(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.RepositoryFolderDetail result)",
      "simplifiedSignature": "setTestGetRepositoryFolder(String,String,String,ConnectApi.RepositoryFolderDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositoryfolder.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.contenthub.settestgetrepositoryfolder",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFolderDetail object to be returned when the matching getRepositoryFolder(communityId, repositoryId, repositoryFolderId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,string,connectapi.repositoryfolderdetail).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 64
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:53"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 64
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:53"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,string,connectapi.repositoryfolderdetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolder.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 46
                },
                "end": {
                  "line": 0,
                  "character": 52
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:46"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,string,connectapi.repositoryfolderdetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:73"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:73"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,string,connectapi.repositoryfolderdetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolder.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 66
                },
                "end": {
                  "line": 0,
                  "character": 72
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:66"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,string,connectapi.repositoryfolderdetail).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:94"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,string,connectapi.repositoryfolderdetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolder.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 93
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:87"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,string,connectapi.repositoryfolderdetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 148
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:148"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 148
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:148"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolder(string,string,string,connectapi.repositoryfolderdetail)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolder.datatype.ConnectApi.RepositoryFolderDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFolderDetail",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 114
                },
                "end": {
                  "line": 0,
                  "character": 124
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:114"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolder",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFolderDetail"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositoryfolderitems(string,string,connectapi.repositoryfolderitemscollection)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,connectapi.repositoryfolderitemscollection)",
      "nodeType": "method",
      "name": "setTestGetRepositoryFolderItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositoryFolderItems",
        "textToLower": "settestgetrepositoryfolderitems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositoryFolderItems_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 65,
      "memberOrder": 65,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositoryFolderItems(String repositoryId, String repositoryFolderId, ConnectApi.RepositoryFolderItemsCollection result)",
      "overrideSignature": "public static override Void setTestGetRepositoryFolderItems(String repositoryId, String repositoryFolderId, ConnectApi.RepositoryFolderItemsCollection result)",
      "simplifiedSignature": "setTestGetRepositoryFolderItems(String,String,ConnectApi.RepositoryFolderItemsCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFolderItemsCollection object to be returned when the matching getRepositoryFolderItems(repositoryId, repositoryFolderId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,connectapi.repositoryfolderitemscollection).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 58
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:58"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 58
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:58"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,connectapi.repositoryfolderitemscollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,connectapi.repositoryfolderitemscollection).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:79"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,connectapi.repositoryfolderitemscollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,connectapi.repositoryfolderitemscollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:142"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,connectapi.repositoryfolderitemscollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.datatype.ConnectApi.RepositoryFolderItemsCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFolderItemsCollection",
            "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.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFolderItemsCollection"
          },
          "description": "The ID of the repository. The ID of the repository folder. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositoryfolderitems(string,string,string,connectapi.repositoryfolderitemscollection)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,connectapi.repositoryfolderitemscollection)",
      "nodeType": "method",
      "name": "setTestGetRepositoryFolderItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositoryFolderItems",
        "textToLower": "settestgetrepositoryfolderitems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositoryFolderItems_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 66,
      "memberOrder": 66,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositoryFolderItems(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.RepositoryFolderItemsCollection result)",
      "overrideSignature": "public static override Void setTestGetRepositoryFolderItems(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.RepositoryFolderItemsCollection result)",
      "simplifiedSignature": "setTestGetRepositoryFolderItems(String,String,String,ConnectApi.RepositoryFolderItemsCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFolderItemsCollection object to be returned when the matching getRepositoryFolderItems(communityId, repositoryId, repositoryFolderId) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,connectapi.repositoryfolderitemscollection).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.contenthub.method.settestgetrepositoryfolderitems(string,string,string,connectapi.repositoryfolderitemscollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,connectapi.repositoryfolderitemscollection).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:78"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,connectapi.repositoryfolderitemscollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,connectapi.repositoryfolderitemscollection).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:99"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,connectapi.repositoryfolderitemscollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:92"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,connectapi.repositoryfolderitemscollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 162
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:162"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 162
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:162"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,connectapi.repositoryfolderitemscollection)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.datatype.ConnectApi.RepositoryFolderItemsCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFolderItemsCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:119"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFolderItemsCollection"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
      "nodeType": "method",
      "name": "setTestGetRepositoryFolderItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositoryFolderItems",
        "textToLower": "settestgetrepositoryfolderitems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositoryFolderItems_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 67,
      "memberOrder": 67,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositoryFolderItems(String repositoryId, String repositoryFolderId, Integer pageParam, Integer pageSize, ConnectApi.RepositoryFolderItemsCollection result)",
      "overrideSignature": "public static override Void setTestGetRepositoryFolderItems(String repositoryId, String repositoryFolderId, Integer pageParam, Integer pageSize, ConnectApi.RepositoryFolderItemsCollection result)",
      "simplifiedSignature": "setTestGetRepositoryFolderItems(String,String,Integer,Integer,ConnectApi.RepositoryFolderItemsCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFolderItemsCollection object to be returned when the matching getRepositoryFolderItems(repositoryId, repositoryFolderId, pageParam, pageSize) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 58
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:58"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 58
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:58"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:79"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:107"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:126"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:179"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:179"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.datatype.ConnectApi.RepositoryFolderItemsCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFolderItemsCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 136
                },
                "end": {
                  "line": 0,
                  "character": 146
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:136"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFolderItemsCollection"
          },
          "description": "The ID of the repository. The ID of the repository folder. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default page size is 25. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection)": {
      "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
      "nodeType": "method",
      "name": "setTestGetRepositoryFolderItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRepositoryFolderItems",
        "textToLower": "settestgetrepositoryfolderitems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRepositoryFolderItems_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 68,
      "memberOrder": 68,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRepositoryFolderItems(String communityId, String repositoryId, String repositoryFolderId, Integer pageParam, Integer pageSize, ConnectApi.RepositoryFolderItemsCollection result)",
      "overrideSignature": "public static override Void setTestGetRepositoryFolderItems(String communityId, String repositoryId, String repositoryFolderId, Integer pageParam, Integer pageSize, ConnectApi.RepositoryFolderItemsCollection result)",
      "simplifiedSignature": "setTestGetRepositoryFolderItems(String,String,String,Integer,Integer,ConnectApi.RepositoryFolderItemsCollection)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFolderItemsCollection object to be returned when the matching getRepositoryFolderItems(communityId, repositoryId, repositoryFolderId, pageParam, pageSize) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection).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.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:78"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.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.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfolderid": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection).varParam.repositoryfolderid",
          "nodeType": "variable",
          "name": "repositoryFolderId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFolderId",
            "textToLower": "repositoryfolderid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFolderId_0:99"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:92"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:127"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 146
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:146"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 146
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:146"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 138
                },
                "end": {
                  "line": 0,
                  "character": 145
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:138"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 199
              },
              "end": {
                "line": 0,
                "character": 205
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:199"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 199
              },
              "end": {
                "line": 0,
                "character": 205
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:199"
          },
          "parentId": "ConnectApi.contenthub.method.settestgetrepositoryfolderitems(string,string,string,integer,integer,connectapi.repositoryfolderitemscollection)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.contenthub.settestgetrepositoryfolderitems.datatype.ConnectApi.RepositoryFolderItemsCollection",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFolderItemsCollection",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 156
                },
                "end": {
                  "line": 0,
                  "character": 166
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:156"
            },
            "parentId": "ConnectApi.contenthub.settestgetrepositoryfolderitems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFolderItemsCollection"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default page size is 25. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)": {
      "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
      "nodeType": "method",
      "name": "setTestUpdateRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestUpdateRepositoryFile",
        "textToLower": "settestupdaterepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestUpdateRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 69,
      "memberOrder": 69,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestUpdateRepositoryFile(String communityId, String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData, ConnectApi.RepositoryFileDetail result)",
      "overrideSignature": "public static override Void setTestUpdateRepositoryFile(String communityId, String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData, ConnectApi.RepositoryFileDetail result)",
      "simplifiedSignature": "setTestUpdateRepositoryFile(String,String,String,ConnectApi.ContentHubItemInput,ConnectApi.BinaryInput,ConnectApi.RepositoryFileDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestupdaterepositoryfile.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.contenthub.settestupdaterepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFileDetail object to be returned when the matching updateRepositoryFile(communityId, repositoryId, repositoryFileId, file, fileData) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:74"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:95"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.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.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:144"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 113
                },
                "end": {
                  "line": 0,
                  "character": 123
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:113"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "filedata": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail).varParam.filedata",
          "nodeType": "variable",
          "name": "fileData",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 181
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 181
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:173"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "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.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:215"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:215"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFileDetail",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 183
                },
                "end": {
                  "line": 0,
                  "character": 193
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:183"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFileDetail"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. The item type ID and fields of the item type. The binary file. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)": {
      "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)",
      "nodeType": "method",
      "name": "setTestUpdateRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestUpdateRepositoryFile",
        "textToLower": "settestupdaterepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestUpdateRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 70,
      "memberOrder": 70,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestUpdateRepositoryFile(String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.RepositoryFileDetail result)",
      "overrideSignature": "public static override Void setTestUpdateRepositoryFile(String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.RepositoryFileDetail result)",
      "simplifiedSignature": "setTestUpdateRepositoryFile(String,String,ConnectApi.ContentHubItemInput,ConnectApi.RepositoryFileDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestupdaterepositoryfile.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.contenthub.settestupdaterepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFileDetail object to be returned when the matching updateRepositoryFile(repositoryId, repositoryFileId, file) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:54"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:75"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:75"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 74
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:68"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:124"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:124"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 93
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:93"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 162
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:162"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 162
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:162"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFileDetail",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 130
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:130"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFileDetail"
          },
          "description": "The ID of the repository. The ID of the repository file. The item type ID and fields of the item type. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)": {
      "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
      "nodeType": "method",
      "name": "setTestUpdateRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestUpdateRepositoryFile",
        "textToLower": "settestupdaterepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestUpdateRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 71,
      "memberOrder": 71,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestUpdateRepositoryFile(String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData, ConnectApi.RepositoryFileDetail result)",
      "overrideSignature": "public static override Void setTestUpdateRepositoryFile(String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData, ConnectApi.RepositoryFileDetail result)",
      "simplifiedSignature": "setTestUpdateRepositoryFile(String,String,ConnectApi.ContentHubItemInput,ConnectApi.BinaryInput,ConnectApi.RepositoryFileDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestupdaterepositoryfile.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.contenthub.settestupdaterepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFileDetail object to be returned when the matching updateRepositoryFile(repositoryId, repositoryFileId, file, fileData) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:54"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:75"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:75"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 74
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:68"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:124"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:124"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 93
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:93"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "filedata": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail).varParam.filedata",
          "nodeType": "variable",
          "name": "fileData",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 153
              },
              "end": {
                "line": 0,
                "character": 161
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:153"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileData",
            "textToLower": "filedata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 153
              },
              "end": {
                "line": 0,
                "character": 161
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileData_0:153"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 130
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:130"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 201
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:195"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 201
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:195"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,connectapi.contenthubiteminput,connectapi.binaryinput,connectapi.repositoryfiledetail)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFileDetail",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 163
                },
                "end": {
                  "line": 0,
                  "character": 173
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:163"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFileDetail"
          },
          "description": "The ID of the repository. The ID of the repository file. The item type ID and fields of the item type. The binary file. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)": {
      "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)",
      "nodeType": "method",
      "name": "setTestUpdateRepositoryFile",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestUpdateRepositoryFile",
        "textToLower": "settestupdaterepositoryfile",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestUpdateRepositoryFile_-1:0"
      },
      "parentId": "ConnectApi.contenthub",
      "order": 72,
      "memberOrder": 72,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestUpdateRepositoryFile(String communityId, String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.RepositoryFileDetail result)",
      "overrideSignature": "public static override Void setTestUpdateRepositoryFile(String communityId, String repositoryId, String repositoryFileId, ConnectApi.ContentHubItemInput file, ConnectApi.RepositoryFileDetail result)",
      "simplifiedSignature": "setTestUpdateRepositoryFile(String,String,String,ConnectApi.ContentHubItemInput,ConnectApi.RepositoryFileDetail)",
      "datatype": {
        "id": "ConnectApi.contenthub.settestupdaterepositoryfile.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.contenthub.settestupdaterepositoryfile",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RepositoryFileDetail object to be returned when the matching updateRepositoryFile(communityId, repositoryId, repositoryFileId, file) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ContentHub",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryid": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail).varParam.repositoryid",
          "nodeType": "variable",
          "name": "repositoryId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryId",
            "textToLower": "repositoryid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryId_0:74"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "repositoryfileid": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail).varParam.repositoryfileid",
          "nodeType": "variable",
          "name": "repositoryFileId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "repositoryFileId",
            "textToLower": "repositoryfileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_repositoryFileId_0:95"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.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.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "file": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail).varParam.file",
          "nodeType": "variable",
          "name": "file",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "file",
            "textToLower": "file",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_file_0:144"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.ConnectApi.ContentHubItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ContentHubItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 113
                },
                "end": {
                  "line": 0,
                  "character": 123
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:113"
            },
            "parentId": "ConnectApi.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ContentHubItemInput"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:182"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:182"
          },
          "parentId": "ConnectApi.contenthub.method.settestupdaterepositoryfile(string,string,string,connectapi.contenthubiteminput,connectapi.repositoryfiledetail)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.contenthub.settestupdaterepositoryfile.datatype.ConnectApi.RepositoryFileDetail",
            "nodeType": "datatype",
            "name": "ConnectApi.RepositoryFileDetail",
            "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.contenthub.settestupdaterepositoryfile",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RepositoryFileDetail"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository file. The item type ID and fields of the item type. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 72,
  "queries": []
}