{
  "id": "Metadata.deploycallbackcontext",
  "nodeType": "class",
  "name": "DeployCallbackContext",
  "namespace": "Metadata",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "DeployCallbackContext",
    "textToLower": "deploycallbackcontext",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_DeployCallbackContext_-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 context information for a deployment job.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Metadata_DeployCallbackContext.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "clone()": {
      "id": "Metadata.deploycallbackcontext.method.clone()",
      "nodeType": "method",
      "name": "clone",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "clone",
        "textToLower": "clone",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_clone_-1:0"
      },
      "parentId": "Metadata.deploycallbackcontext",
      "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 Object clone()",
      "overrideSignature": "public override Object clone()",
      "simplifiedSignature": "clone()",
      "datatype": {
        "id": "Metadata.deploycallbackcontext.clone.datatype.Object",
        "nodeType": "datatype",
        "name": "Object",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Object",
          "textToLower": "object",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Object_0:7"
        },
        "parentId": "Metadata.deploycallbackcontext.clone",
        "order": 0,
        "memberOrder": 0,
        "type": "Object"
      },
      "description": "Makes a duplicate copy of the Metadata.DeployCallbackContext.",
      "parentName": "DeployCallbackContext",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getcallbackjobid()": {
      "id": "Metadata.deploycallbackcontext.method.getcallbackjobid()",
      "nodeType": "method",
      "name": "getCallbackJobId",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCallbackJobId",
        "textToLower": "getcallbackjobid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCallbackJobId_-1:0"
      },
      "parentId": "Metadata.deploycallbackcontext",
      "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 Id getCallbackJobId()",
      "overrideSignature": "public override Id getCallbackJobId()",
      "simplifiedSignature": "getCallbackJobId()",
      "datatype": {
        "id": "Metadata.deploycallbackcontext.getcallbackjobid.datatype.Id",
        "nodeType": "datatype",
        "name": "Id",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Id",
          "textToLower": "id",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 9
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Id_0:7"
        },
        "parentId": "Metadata.deploycallbackcontext.getcallbackjobid",
        "order": 0,
        "memberOrder": 0,
        "type": "Id"
      },
      "description": "Gets the asynchronous Apex job ID for the callback job.",
      "parentName": "DeployCallbackContext",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 2,
  "queries": []
}