{
  "id": "ConnectApi.communitymoderation",
  "nodeType": "class",
  "name": "CommunityModeration",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "CommunityModeration",
    "textToLower": "communitymoderation",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_CommunityModeration_-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 information about flagged feed items and comments in a community. Add and remove flags from comments and feed items.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_CommunityModeration_static_methods.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "addflagtocomment(string,string)": {
      "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string)",
      "nodeType": "method",
      "name": "addFlagToComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToComment",
        "textToLower": "addflagtocomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags addFlagToComment(String communityId, String commentId)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags addFlagToComment(String communityId, String commentId)",
      "simplifiedSignature": "addFlagToComment(String,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtocomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Add a moderation flag to a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.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.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtocomment(string,string,connectapi.communityflagvisibility)": {
      "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility)",
      "nodeType": "method",
      "name": "addFlagToComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToComment",
        "textToLower": "addflagtocomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagVisibility visibility)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagVisibility visibility)",
      "simplifiedSignature": "addFlagToComment(String,String,ConnectApi.CommunityFlagVisibility)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtocomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Add a moderation flag of the specified visibility to a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.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.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:131"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:96"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. Visibility behavior of a flag for various user types.  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtocomment(string,string,connectapi.communityflagtype)": {
      "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype)",
      "nodeType": "method",
      "name": "addFlagToComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToComment",
        "textToLower": "addflagtocomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagType type)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagType type)",
      "simplifiedSignature": "addFlagToComment(String,String,ConnectApi.CommunityFlagType)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtocomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Add a moderation flag of the specified type to a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.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.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "type": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype).varParam.type",
          "nodeType": "variable",
          "name": "type",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:125"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:125"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.CommunityFlagType",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:96"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagType"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. Type of moderation flag.  FlagAsInappropriate—Flag for inappropriate content.   FlagAsSpam—Flag for spam.   If a type isn’t specified, it defaults to FlagAsInappropriate.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtocomment(string,string,string)": {
      "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,string)",
      "nodeType": "method",
      "name": "addFlagToComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToComment",
        "textToLower": "addflagtocomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags addFlagToComment(String communityId, String commentId, String note)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags addFlagToComment(String communityId, String commentId, String note)",
      "simplifiedSignature": "addFlagToComment(String,String,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtocomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Add a moderation flag with a note to a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.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.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "note": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,string).varParam.note",
          "nodeType": "variable",
          "name": "note",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:103"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:103"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 102
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:96"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. A note of up to 4,000 characters about the flag.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtocomment(string,string,connectapi.communityflagtype,string)": {
      "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,string)",
      "nodeType": "method",
      "name": "addFlagToComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToComment",
        "textToLower": "addflagtocomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagType type, String note)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagType type, String note)",
      "simplifiedSignature": "addFlagToComment(String,String,ConnectApi.CommunityFlagType,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtocomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Add a moderation flag of the specified type with a note to a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.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.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "type": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,string).varParam.type",
          "nodeType": "variable",
          "name": "type",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:125"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:125"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.CommunityFlagType",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:96"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagType"
          },
          "scope": null
        },
        "note": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,string).varParam.note",
          "nodeType": "variable",
          "name": "note",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:138"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 131
                },
                "end": {
                  "line": 0,
                  "character": 137
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:131"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. Type of moderation flag.  FlagAsInappropriate—Flag for inappropriate content.   FlagAsSpam—Flag for spam.   If a type isn’t specified, it defaults to FlagAsInappropriate.  A note of up to 4,000 characters about the flag.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)": {
      "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)",
      "nodeType": "method",
      "name": "addFlagToComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToComment",
        "textToLower": "addflagtocomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagType type, ConnectApi.CommunityFlagVisibility visibility)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagType type, ConnectApi.CommunityFlagVisibility visibility)",
      "simplifiedSignature": "addFlagToComment(String,String,ConnectApi.CommunityFlagType,ConnectApi.CommunityFlagVisibility)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtocomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Add a moderation flag of the specified type and visibility to a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.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.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "type": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility).varParam.type",
          "nodeType": "variable",
          "name": "type",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:125"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:125"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.CommunityFlagType",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:96"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagType"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:166"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:166"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 131
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:131"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. Type of moderation flag.  FlagAsInappropriate—Flag for inappropriate content.   FlagAsSpam—Flag for spam.   If a type isn’t specified, it defaults to FlagAsInappropriate.  Visibility behavior of a flag for various user types.  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtocomment(string,string,connectapi.communityflagvisibility,string)": {
      "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility,string)",
      "nodeType": "method",
      "name": "addFlagToComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToComment",
        "textToLower": "addflagtocomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagVisibility visibility, String note)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagVisibility visibility, String note)",
      "simplifiedSignature": "addFlagToComment(String,String,ConnectApi.CommunityFlagVisibility,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtocomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Add a moderation flag of the specified visibility with a note to a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.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.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility,string).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:131"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:96"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "scope": null
        },
        "note": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility,string).varParam.note",
          "nodeType": "variable",
          "name": "note",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:150"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:150"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagvisibility,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 143
                },
                "end": {
                  "line": 0,
                  "character": 149
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:143"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. Visibility behavior of a flag for various user types.  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.    A note of up to 4,000 characters about the flag.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)": {
      "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
      "nodeType": "method",
      "name": "addFlagToComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToComment",
        "textToLower": "addflagtocomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagType type, ConnectApi.CommunityFlagVisibility visibility, String note)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags addFlagToComment(String communityId, String commentId, ConnectApi.CommunityFlagType type, ConnectApi.CommunityFlagVisibility visibility, String note)",
      "simplifiedSignature": "addFlagToComment(String,String,ConnectApi.CommunityFlagType,ConnectApi.CommunityFlagVisibility,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtocomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Add a moderation flag of the specified type and visibility with a note to a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.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.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:85"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "type": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string).varParam.type",
          "nodeType": "variable",
          "name": "type",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:125"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:125"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.CommunityFlagType",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:96"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagType"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:166"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:166"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 131
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:131"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "scope": null
        },
        "note": {
          "id": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string).varParam.note",
          "nodeType": "variable",
          "name": "note",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:185"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtocomment(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtocomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 178
                },
                "end": {
                  "line": 0,
                  "character": 184
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:178"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtocomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. Type of moderation flag.  FlagAsInappropriate—Flag for inappropriate content.   FlagAsSpam—Flag for spam.   If a type isn’t specified, it defaults to FlagAsInappropriate.  Visibility behavior of a flag for various user types.  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.    A note of up to 4,000 characters about the flag.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtofeedelement(string,string)": {
      "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string)",
      "nodeType": "method",
      "name": "addFlagToFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToFeedElement",
        "textToLower": "addflagtofeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId)",
      "simplifiedSignature": "addFlagToFeedElement(String,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Add a moderation flag to a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtofeedelement(string,string,connectapi.communityflagvisibility)": {
      "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility)",
      "nodeType": "method",
      "name": "addFlagToFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToFeedElement",
        "textToLower": "addflagtofeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagVisibility visibility)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagVisibility visibility)",
      "simplifiedSignature": "addFlagToFeedElement(String,String,ConnectApi.CommunityFlagVisibility)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Add a moderation flag of the specified visibility to a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility).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.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:144"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:109"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Visibility behavior of a flag for various user types. One of these values:  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtofeedelement(string,string,connectapi.communityflagtype)": {
      "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype)",
      "nodeType": "method",
      "name": "addFlagToFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToFeedElement",
        "textToLower": "addflagtofeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagType type)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagType type)",
      "simplifiedSignature": "addFlagToFeedElement(String,String,ConnectApi.CommunityFlagType)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Add a moderation flag of the specified type to a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype).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.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "type": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype).varParam.type",
          "nodeType": "variable",
          "name": "type",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:138"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.CommunityFlagType",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:109"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagType"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Type of moderation flag.  FlagAsInappropriate—Flag for inappropriate content.   FlagAsSpam—Flag for spam.   If a type isn’t specified, it defaults to FlagAsInappropriate.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtofeedelement(string,string,string)": {
      "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,string)",
      "nodeType": "method",
      "name": "addFlagToFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToFeedElement",
        "textToLower": "addflagtofeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, String note)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, String note)",
      "simplifiedSignature": "addFlagToFeedElement(String,String,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Add a moderation flag with a note to a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(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": 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.communitymoderation.method.addflagtofeedelement(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "note": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,string).varParam.note",
          "nodeType": "variable",
          "name": "note",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:116"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. A note of up to 4,000 characters about the flag.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtofeedelement(string,string,connectapi.communityflagtype,string)": {
      "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,string)",
      "nodeType": "method",
      "name": "addFlagToFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToFeedElement",
        "textToLower": "addflagtofeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagType type, String note)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagType type, String note)",
      "simplifiedSignature": "addFlagToFeedElement(String,String,ConnectApi.CommunityFlagType,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Add a moderation flag of the specified type with a note to a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "type": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,string).varParam.type",
          "nodeType": "variable",
          "name": "type",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:138"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.CommunityFlagType",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:109"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagType"
          },
          "scope": null
        },
        "note": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,string).varParam.note",
          "nodeType": "variable",
          "name": "note",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:151"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:151"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 144
                },
                "end": {
                  "line": 0,
                  "character": 150
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:144"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Type of moderation flag.  FlagAsInappropriate—Flag for inappropriate content.   FlagAsSpam—Flag for spam.   If a type isn’t specified, it defaults to FlagAsInappropriate.  A note of up to 4,000 characters about the flag.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)": {
      "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)",
      "nodeType": "method",
      "name": "addFlagToFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToFeedElement",
        "textToLower": "addflagtofeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagType type, ConnectApi.CommunityFlagVisibility visibility)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagType type, ConnectApi.CommunityFlagVisibility visibility)",
      "simplifiedSignature": "addFlagToFeedElement(String,String,ConnectApi.CommunityFlagType,ConnectApi.CommunityFlagVisibility)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Add a moderation flag of the specified type and visibility to a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility).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.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "type": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility).varParam.type",
          "nodeType": "variable",
          "name": "type",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:138"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.CommunityFlagType",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:109"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagType"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:179"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:179"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 144
                },
                "end": {
                  "line": 0,
                  "character": 154
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:144"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Type of moderation flag.  FlagAsInappropriate—Flag for inappropriate content.   FlagAsSpam—Flag for spam.   If a type isn��t specified, it defaults to FlagAsInappropriate.  Visibility behavior of a flag for various user types. One of these values:  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtofeedelement(string,string,connectapi.communityflagvisibility,string)": {
      "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility,string)",
      "nodeType": "method",
      "name": "addFlagToFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToFeedElement",
        "textToLower": "addflagtofeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagVisibility visibility, String note)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagVisibility visibility, String note)",
      "simplifiedSignature": "addFlagToFeedElement(String,String,ConnectApi.CommunityFlagVisibility,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Add a moderation flag of the specified visibility with a note to a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility,string).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:144"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:109"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "scope": null
        },
        "note": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility,string).varParam.note",
          "nodeType": "variable",
          "name": "note",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 163
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:163"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 163
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:163"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagvisibility,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 156
                },
                "end": {
                  "line": 0,
                  "character": 162
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:156"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Visibility behavior of a flag for various user types. One of these values:  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.    A note of up to 4,000 characters about the flag.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)": {
      "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
      "nodeType": "method",
      "name": "addFlagToFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToFeedElement",
        "textToLower": "addflagtofeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagType type, ConnectApi.CommunityFlagVisibility visibility, String note)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability addFlagToFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagType type, ConnectApi.CommunityFlagVisibility visibility, String note)",
      "simplifiedSignature": "addFlagToFeedElement(String,String,ConnectApi.CommunityFlagType,ConnectApi.CommunityFlagVisibility,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Add a moderation flag of the specified type and visibility with a note to a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.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.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "type": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string).varParam.type",
          "nodeType": "variable",
          "name": "type",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:138"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.CommunityFlagType",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:109"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagType"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:179"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:179"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 144
                },
                "end": {
                  "line": 0,
                  "character": 154
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:144"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "scope": null
        },
        "note": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string).varParam.note",
          "nodeType": "variable",
          "name": "note",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 198
              },
              "end": {
                "line": 0,
                "character": 202
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:198"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "note",
            "textToLower": "note",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 198
              },
              "end": {
                "line": 0,
                "character": 202
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_note_0:198"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeedelement(string,string,connectapi.communityflagtype,connectapi.communityflagvisibility,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 191
                },
                "end": {
                  "line": 0,
                  "character": 197
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:191"
            },
            "parentId": "ConnectApi.communitymoderation.addflagtofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Type of moderation flag.  FlagAsInappropriate—Flag for inappropriate content.   FlagAsSpam—Flag for spam.   If a type isn’t specified, it defaults to FlagAsInappropriate.  Visibility behavior of a flag for various user types. One of these values:  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.    A note of up to 4,000 characters about the flag.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtofeeditem(string,string)": {
      "id": "ConnectApi.communitymoderation.method.addflagtofeeditem(string,string)",
      "nodeType": "method",
      "name": "addFlagToFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToFeedItem",
        "textToLower": "addflagtofeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToFeedItem_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags addFlagToFeedItem(String communityId, String feedItemId)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags addFlagToFeedItem(String communityId, String feedItemId)",
      "simplifiedSignature": "addFlagToFeedItem(String,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtofeeditem.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtofeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Add a moderation flag to a feed item.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeeditem(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.communitymoderation.method.addflagtofeeditem(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeeditem.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.communitymoderation.addflagtofeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeeditem(string,string).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:86"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeeditem(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeeditem.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.communitymoderation.addflagtofeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addflagtofeeditem(string,string,connectapi.communityflagvisibility)": {
      "id": "ConnectApi.communitymoderation.method.addflagtofeeditem(string,string,connectapi.communityflagvisibility)",
      "nodeType": "method",
      "name": "addFlagToFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFlagToFeedItem",
        "textToLower": "addflagtofeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFlagToFeedItem_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags addFlagToFeedItem(String communityId, String feedItemId, ConnectApi.CommunityFlagVisibility visibility)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags addFlagToFeedItem(String communityId, String feedItemId, ConnectApi.CommunityFlagVisibility visibility)",
      "simplifiedSignature": "addFlagToFeedItem(String,String,ConnectApi.CommunityFlagVisibility)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.addflagtofeeditem.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.addflagtofeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Add a moderation flag with specified visibility to a feed item.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeeditem(string,string,connectapi.communityflagvisibility).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.communitymoderation.method.addflagtofeeditem(string,string,connectapi.communityflagvisibility)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeeditem.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.communitymoderation.addflagtofeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeeditem(string,string,connectapi.communityflagvisibility).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:86"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeeditem(string,string,connectapi.communityflagvisibility)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeeditem.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.communitymoderation.addflagtofeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.addflagtofeeditem(string,string,connectapi.communityflagvisibility).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 133
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:133"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 133
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:133"
          },
          "parentId": "ConnectApi.communitymoderation.method.addflagtofeeditem(string,string,connectapi.communityflagvisibility)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.addflagtofeeditem.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "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.communitymoderation.addflagtofeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item. Visibility behavior of a flag for various user types.  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getflagsoncomment(string,string)": {
      "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string)",
      "nodeType": "method",
      "name": "getFlagsOnComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlagsOnComment",
        "textToLower": "getflagsoncomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlagsOnComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags getFlagsOnComment(String communityId, String commentId)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags getFlagsOnComment(String communityId, String commentId)",
      "simplifiedSignature": "getFlagsOnComment(String,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.getflagsoncomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.getflagsoncomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Get the moderation flags on a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(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.communitymoderation.method.getflagsoncomment(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.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.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:86"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.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.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getflagsoncomment(string,string,connectapi.communityflagvisibility)": {
      "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility)",
      "nodeType": "method",
      "name": "getFlagsOnComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlagsOnComment",
        "textToLower": "getflagsoncomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlagsOnComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags getFlagsOnComment(String communityId, String commentId, ConnectApi.CommunityFlagVisibility visibility)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags getFlagsOnComment(String communityId, String commentId, ConnectApi.CommunityFlagVisibility visibility)",
      "simplifiedSignature": "getFlagsOnComment(String,String,ConnectApi.CommunityFlagVisibility)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.getflagsoncomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.getflagsoncomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Get the moderation flags with specified visibility on a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility).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.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.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.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:86"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.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.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:132"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:132"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:97"
            },
            "parentId": "ConnectApi.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. Visibility behavior of a flag for various user types.  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getflagsoncomment(string,string,integer,string)": {
      "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,integer,string)",
      "nodeType": "method",
      "name": "getFlagsOnComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlagsOnComment",
        "textToLower": "getflagsoncomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlagsOnComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags getFlagsOnComment(String communityId, String commentId, Integer pageSize, String pageParam)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags getFlagsOnComment(String communityId, String commentId, Integer pageSize, String pageParam)",
      "simplifiedSignature": "getFlagsOnComment(String,String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.getflagsoncomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.getflagsoncomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Get a page of moderation flags on a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,integer,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:66"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.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.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,integer,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:86"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.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.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,integer,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:105"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:97"
            },
            "parentId": "ConnectApi.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,integer,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:122"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:115"
            },
            "parentId": "ConnectApi.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. Specifies the number of items per page. Valid values are from 1 through 100. The default size is 0. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string)": {
      "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string)",
      "nodeType": "method",
      "name": "getFlagsOnComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlagsOnComment",
        "textToLower": "getflagsoncomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlagsOnComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags getFlagsOnComment(String communityId, String commentId, ConnectApi.CommunityFlagVisibility visibility, Integer pageSize, String pageParam)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags getFlagsOnComment(String communityId, String commentId, ConnectApi.CommunityFlagVisibility visibility, Integer pageSize, String pageParam)",
      "simplifiedSignature": "getFlagsOnComment(String,String,ConnectApi.CommunityFlagVisibility,Integer,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.getflagsoncomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.getflagsoncomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Get a page of moderation flags with specified visibility on a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:66"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.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.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:86"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.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.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:132"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:132"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:97"
            },
            "parentId": "ConnectApi.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:152"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:152"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 144
                },
                "end": {
                  "line": 0,
                  "character": 151
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:144"
            },
            "parentId": "ConnectApi.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 178
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 178
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:169"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsoncomment(string,string,connectapi.communityflagvisibility,integer,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsoncomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 162
                },
                "end": {
                  "line": 0,
                  "character": 168
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:162"
            },
            "parentId": "ConnectApi.communitymoderation.getflagsoncomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. Visibility behavior of a flag for various user types.  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.    Specifies the number of items per page. Valid values are from 1 through 100. The default size is 0. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getflagsonfeedelement(string,string)": {
      "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string)",
      "nodeType": "method",
      "name": "getFlagsOnFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlagsOnFeedElement",
        "textToLower": "getflagsonfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlagsOnFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability getFlagsOnFeedElement(String communityId, String feedElementId)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability getFlagsOnFeedElement(String communityId, String feedElementId)",
      "simplifiedSignature": "getFlagsOnFeedElement(String,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.getflagsonfeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.getflagsonfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Get the moderation flags on a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(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.communitymoderation.method.getflagsonfeedelement(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.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.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:95"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.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.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getflagsonfeedelement(string,string,connectapi.communityflagvisibility)": {
      "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility)",
      "nodeType": "method",
      "name": "getFlagsOnFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlagsOnFeedElement",
        "textToLower": "getflagsonfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlagsOnFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability getFlagsOnFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagVisibility visibility)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability getFlagsOnFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagVisibility visibility)",
      "simplifiedSignature": "getFlagsOnFeedElement(String,String,ConnectApi.CommunityFlagVisibility)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.getflagsonfeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.getflagsonfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Get the moderation flags with specified visibility on a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility).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.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.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.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:95"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.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.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:145"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "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.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Visibility behavior of a flag for various user types. One of these values:  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getflagsonfeedelement(string,string,string,integer)": {
      "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,string,integer)",
      "nodeType": "method",
      "name": "getFlagsOnFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlagsOnFeedElement",
        "textToLower": "getflagsonfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlagsOnFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability getFlagsOnFeedElement(String communityId, String feedElementId, String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability getFlagsOnFeedElement(String communityId, String feedElementId, String pageParam, Integer pageSize)",
      "simplifiedSignature": "getFlagsOnFeedElement(String,String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.getflagsonfeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.getflagsonfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Get a page of moderation flags on a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,string,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 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.communitymoderation.method.getflagsonfeedelement(string,string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.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.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,string,integer).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:95"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.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.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,string,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:117"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:110"
            },
            "parentId": "ConnectApi.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,string,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:136"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:136"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,string,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.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.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. The default size is 0.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string)": {
      "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string)",
      "nodeType": "method",
      "name": "getFlagsOnFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlagsOnFeedElement",
        "textToLower": "getflagsonfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlagsOnFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationCapability getFlagsOnFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagVisibility visibility, Integer pageSize, String pageParam)",
      "overrideSignature": "public static override ConnectApi.ModerationCapability getFlagsOnFeedElement(String communityId, String feedElementId, ConnectApi.CommunityFlagVisibility visibility, Integer pageSize, String pageParam)",
      "simplifiedSignature": "getFlagsOnFeedElement(String,String,ConnectApi.CommunityFlagVisibility,Integer,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.getflagsonfeedelement.datatype.ConnectApi.ModerationCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationCapability",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.getflagsonfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationCapability"
      },
      "description": "Get a page of moderation flags with specified visibility on a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 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.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.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.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:95"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.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.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:145"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "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.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 165
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:165"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 165
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:165"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 157
                },
                "end": {
                  "line": 0,
                  "character": 164
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:157"
            },
            "parentId": "ConnectApi.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeedelement(string,string,connectapi.communityflagvisibility,integer,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 175
                },
                "end": {
                  "line": 0,
                  "character": 181
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:175"
            },
            "parentId": "ConnectApi.communitymoderation.getflagsonfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Visibility behavior of a flag for various user types.  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.    Specifies the number of items per page. Valid values are from 1 through 100. The default size is 0. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getflagsonfeeditem(string,string)": {
      "id": "ConnectApi.communitymoderation.method.getflagsonfeeditem(string,string)",
      "nodeType": "method",
      "name": "getFlagsOnFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlagsOnFeedItem",
        "textToLower": "getflagsonfeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlagsOnFeedItem_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags getFlagsOnFeedItem(String communityId, String feedItemId)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags getFlagsOnFeedItem(String communityId, String feedItemId)",
      "simplifiedSignature": "getFlagsOnFeedItem(String,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.getflagsonfeeditem.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.getflagsonfeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Get the moderation flags on a feed item.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeeditem(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.communitymoderation.method.getflagsonfeeditem(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeeditem.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.communitymoderation.getflagsonfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeeditem(string,string).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:87"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeeditem(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeeditem.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.communitymoderation.getflagsonfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getflagsonfeeditem(string,string,connectapi.communityflagvisibility)": {
      "id": "ConnectApi.communitymoderation.method.getflagsonfeeditem(string,string,connectapi.communityflagvisibility)",
      "nodeType": "method",
      "name": "getFlagsOnFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlagsOnFeedItem",
        "textToLower": "getflagsonfeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlagsOnFeedItem_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags getFlagsOnFeedItem(String communityId, String feedItemId, ConnectApi.CommunityFlagVisibility visibility)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags getFlagsOnFeedItem(String communityId, String feedItemId, ConnectApi.CommunityFlagVisibility visibility)",
      "simplifiedSignature": "getFlagsOnFeedItem(String,String,ConnectApi.CommunityFlagVisibility)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.getflagsonfeeditem.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.getflagsonfeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Get the moderation flags with specified visibility on a feed item.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeeditem(string,string,connectapi.communityflagvisibility).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.communitymoderation.method.getflagsonfeeditem(string,string,connectapi.communityflagvisibility)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeeditem.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.communitymoderation.getflagsonfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeeditem(string,string,connectapi.communityflagvisibility).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:87"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeeditem(string,string,connectapi.communityflagvisibility)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeeditem.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.communitymoderation.getflagsonfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "visibility": {
          "id": "ConnectApi.communitymoderation.method.getflagsonfeeditem(string,string,connectapi.communityflagvisibility).varParam.visibility",
          "nodeType": "variable",
          "name": "visibility",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:134"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "visibility",
            "textToLower": "visibility",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_visibility_0:134"
          },
          "parentId": "ConnectApi.communitymoderation.method.getflagsonfeeditem(string,string,connectapi.communityflagvisibility)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.getflagsonfeeditem.datatype.ConnectApi.CommunityFlagVisibility",
            "nodeType": "datatype",
            "name": "ConnectApi.CommunityFlagVisibility",
            "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.communitymoderation.getflagsonfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommunityFlagVisibility"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item. Visibility behavior of a flag for various user types.  ModeratorsOnly—The flag is visible only to users with moderation permissions on the flagged element or item.   SelfAndModerators—The flag is visible to the creator of the flag and to users with moderation permissions on the flagged element or item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "removeflagfromcomment(string,string,string)": {
      "id": "ConnectApi.communitymoderation.method.removeflagfromcomment(string,string,string)",
      "nodeType": "method",
      "name": "removeFlagFromComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "removeFlagFromComment",
        "textToLower": "removeflagfromcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_removeFlagFromComment_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags removeFlagFromComment(String communityId, String commentId, String userId)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags removeFlagFromComment(String communityId, String commentId, String userId)",
      "simplifiedSignature": "removeFlagFromComment(String,String,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.removeflagfromcomment.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.removeflagfromcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Remove a moderation flag from a comment.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.removeflagfromcomment(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": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "parentId": "ConnectApi.communitymoderation.method.removeflagfromcomment(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.removeflagfromcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:63"
            },
            "parentId": "ConnectApi.communitymoderation.removeflagfromcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.communitymoderation.method.removeflagfromcomment(string,string,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:90"
          },
          "parentId": "ConnectApi.communitymoderation.method.removeflagfromcomment(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.removeflagfromcomment.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.communitymoderation.removeflagfromcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "userid": {
          "id": "ConnectApi.communitymoderation.method.removeflagfromcomment(string,string,string).varParam.userid",
          "nodeType": "variable",
          "name": "userId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "userId",
            "textToLower": "userid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_userId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "userId",
            "textToLower": "userid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_userId_0:108"
          },
          "parentId": "ConnectApi.communitymoderation.method.removeflagfromcomment(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.removeflagfromcomment.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.communitymoderation.removeflagfromcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. The ID for a user.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "removeflagfromfeedelement(string,string,string)": {
      "id": "ConnectApi.communitymoderation.method.removeflagfromfeedelement(string,string,string)",
      "nodeType": "method",
      "name": "removeFlagFromFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "removeFlagFromFeedElement",
        "textToLower": "removeflagfromfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_removeFlagFromFeedElement_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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 void removeFlagFromFeedElement(String communityId, String feedElementId, String userId)",
      "overrideSignature": "public static override void removeFlagFromFeedElement(String communityId, String feedElementId, String userId)",
      "simplifiedSignature": "removeFlagFromFeedElement(String,String,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.removeflagfromfeedelement.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.communitymoderation.removeflagfromfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Remove a moderation flag from a feed element.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.removeflagfromfeedelement(string,string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "parentId": "ConnectApi.communitymoderation.method.removeflagfromfeedelement(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.removeflagfromfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 45
                },
                "end": {
                  "line": 0,
                  "character": 51
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:45"
            },
            "parentId": "ConnectApi.communitymoderation.removeflagfromfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.communitymoderation.method.removeflagfromfeedelement(string,string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:72"
          },
          "parentId": "ConnectApi.communitymoderation.method.removeflagfromfeedelement(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.removeflagfromfeedelement.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.communitymoderation.removeflagfromfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "userid": {
          "id": "ConnectApi.communitymoderation.method.removeflagfromfeedelement(string,string,string).varParam.userid",
          "nodeType": "variable",
          "name": "userId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "userId",
            "textToLower": "userid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_userId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "userId",
            "textToLower": "userid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_userId_0:94"
          },
          "parentId": "ConnectApi.communitymoderation.method.removeflagfromfeedelement(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.removeflagfromfeedelement.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.communitymoderation.removeflagfromfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. The ID for a user.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "removeflagsonfeeditem(string,string,string)": {
      "id": "ConnectApi.communitymoderation.method.removeflagsonfeeditem(string,string,string)",
      "nodeType": "method",
      "name": "removeFlagsOnFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "removeFlagsOnFeedItem",
        "textToLower": "removeflagsonfeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_removeFlagsOnFeedItem_-1:0"
      },
      "parentId": "ConnectApi.communitymoderation",
      "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.ModerationFlags removeFlagsOnFeedItem(String communityId, String feedItemId, String userId)",
      "overrideSignature": "public static override ConnectApi.ModerationFlags removeFlagsOnFeedItem(String communityId, String feedItemId, String userId)",
      "simplifiedSignature": "removeFlagsOnFeedItem(String,String,String)",
      "datatype": {
        "id": "ConnectApi.communitymoderation.removeflagsonfeeditem.datatype.ConnectApi.ModerationFlags",
        "nodeType": "datatype",
        "name": "ConnectApi.ModerationFlags",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.communitymoderation.removeflagsonfeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ModerationFlags"
      },
      "description": "Remove a moderation flag from a feed item.",
      "parentName": "CommunityModeration",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.communitymoderation.method.removeflagsonfeeditem(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": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "parentId": "ConnectApi.communitymoderation.method.removeflagsonfeeditem(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.communitymoderation.removeflagsonfeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:63"
            },
            "parentId": "ConnectApi.communitymoderation.removeflagsonfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.communitymoderation.method.removeflagsonfeeditem(string,string,string).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:90"
          },
          "parentId": "ConnectApi.communitymoderation.method.removeflagsonfeeditem(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.communitymoderation.removeflagsonfeeditem.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.communitymoderation.removeflagsonfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "userid": {
          "id": "ConnectApi.communitymoderation.method.removeflagsonfeeditem(string,string,string).varParam.userid",
          "nodeType": "variable",
          "name": "userId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "userId",
            "textToLower": "userid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_userId_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "userId",
            "textToLower": "userid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_userId_0:109"
          },
          "parentId": "ConnectApi.communitymoderation.method.removeflagsonfeeditem(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.communitymoderation.removeflagsonfeeditem.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.communitymoderation.removeflagsonfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item. The ID for a user.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 31,
  "queries": []
}