{
  "id": "Datacloud.matchrecord",
  "nodeType": "class",
  "name": "MatchRecord",
  "namespace": "Datacloud",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "MatchRecord",
    "textToLower": "matchrecord",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_MatchRecord_-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": "Represents a duplicate record detected by a matching rule.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Datacloud_MatchRecord.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getadditionalinformation()": {
      "id": "Datacloud.matchrecord.method.getadditionalinformation()",
      "nodeType": "method",
      "name": "getAdditionalInformation",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getAdditionalInformation",
        "textToLower": "getadditionalinformation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getAdditionalInformation_-1:0"
      },
      "parentId": "Datacloud.matchrecord",
      "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"
      },
      "signature": "public List<Datacloud.AdditionalInformationMap> getAdditionalInformation()",
      "overrideSignature": "public override List<Datacloud.AdditionalInformationMap> getAdditionalInformation()",
      "simplifiedSignature": "getAdditionalInformation()",
      "datatype": {
        "id": "Datacloud.matchrecord.getadditionalinformation.datatype.List<Datacloud.AdditionalInformationMap>",
        "nodeType": "datatype",
        "name": "List<Datacloud.AdditionalInformationMap>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "Datacloud.matchrecord.getadditionalinformation",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "Datacloud.matchrecord.getadditionalinformation.datatype.List<Datacloud.AdditionalInformationMap>.value.Datacloud.AdditionalInformationMap",
          "nodeType": "datatype",
          "name": "Datacloud.AdditionalInformationMap",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Datacloud",
            "textToLower": "datacloud",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 21
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Datacloud_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Datacloud.AdditionalInformationMap"
        }
      },
      "description": "Returns other information about a matched record. For example, a matchGrade represents the quality of the data for the D&amp;B fields in the matched record.",
      "parentName": "MatchRecord",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getfielddiffs()": {
      "id": "Datacloud.matchrecord.method.getfielddiffs()",
      "nodeType": "method",
      "name": "getFieldDiffs",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFieldDiffs",
        "textToLower": "getfielddiffs",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFieldDiffs_-1:0"
      },
      "parentId": "Datacloud.matchrecord",
      "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"
      },
      "signature": "public List<Datacloud.FieldDiff> getFieldDiffs()",
      "overrideSignature": "public override List<Datacloud.FieldDiff> getFieldDiffs()",
      "simplifiedSignature": "getFieldDiffs()",
      "datatype": {
        "id": "Datacloud.matchrecord.getfielddiffs.datatype.List<Datacloud.FieldDiff>",
        "nodeType": "datatype",
        "name": "List<Datacloud.FieldDiff>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "Datacloud.matchrecord.getfielddiffs",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "Datacloud.matchrecord.getfielddiffs.datatype.List<Datacloud.FieldDiff>.value.Datacloud.FieldDiff",
          "nodeType": "datatype",
          "name": "Datacloud.FieldDiff",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Datacloud",
            "textToLower": "datacloud",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 21
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Datacloud_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Datacloud.FieldDiff"
        }
      },
      "description": "Returns all matching rule fields and how each field value compares for the duplicate and its matching record.",
      "parentName": "MatchRecord",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getmatchconfidence()": {
      "id": "Datacloud.matchrecord.method.getmatchconfidence()",
      "nodeType": "method",
      "name": "getMatchConfidence",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMatchConfidence",
        "textToLower": "getmatchconfidence",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMatchConfidence_-1:0"
      },
      "parentId": "Datacloud.matchrecord",
      "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"
      },
      "signature": "public Double getMatchConfidence()",
      "overrideSignature": "public override Double getMatchConfidence()",
      "simplifiedSignature": "getMatchConfidence()",
      "datatype": {
        "id": "Datacloud.matchrecord.getmatchconfidence.datatype.Double",
        "nodeType": "datatype",
        "name": "Double",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Double",
          "textToLower": "double",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Double_0:7"
        },
        "parentId": "Datacloud.matchrecord.getmatchconfidence",
        "order": 0,
        "memberOrder": 0,
        "type": "Double"
      },
      "description": "Returns the ranking of how similar a matched record’s data is to the data in your request. Must be equal to or greater than the value of the minMatchConfidence specified in your request. Returns -1 if unused.",
      "parentName": "MatchRecord",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getrecord()": {
      "id": "Datacloud.matchrecord.method.getrecord()",
      "nodeType": "method",
      "name": "getRecord",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRecord",
        "textToLower": "getrecord",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRecord_-1:0"
      },
      "parentId": "Datacloud.matchrecord",
      "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"
      },
      "signature": "public SObject getRecord()",
      "overrideSignature": "public override SObject getRecord()",
      "simplifiedSignature": "getRecord()",
      "datatype": {
        "id": "Datacloud.matchrecord.getrecord.datatype.SObject",
        "nodeType": "datatype",
        "name": "SObject",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "SObject",
          "textToLower": "sobject",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_SObject_0:7"
        },
        "parentId": "Datacloud.matchrecord.getrecord",
        "order": 0,
        "memberOrder": 0,
        "type": "SObject"
      },
      "description": "Returns the fields and field values for the duplicate.",
      "parentName": "MatchRecord",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 4,
  "queries": []
}