{
  "id": "Metadata.operations",
  "nodeType": "class",
  "name": "Operations",
  "namespace": "Metadata",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "Operations",
    "textToLower": "operations",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_Operations_-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 class to execute metadata operations, such as retrieving or deploying custom metadata.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Metadata_Operations.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "clone()": {
      "id": "Metadata.operations.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.operations",
      "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.operations.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.operations.clone",
        "order": 0,
        "memberOrder": 0,
        "type": "Object"
      },
      "description": "Makes a duplicate copy of the Metadata.Operations.",
      "parentName": "Operations",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "enqueuedeployment(metadata.deploycontainer,metadata.deploycallback)": {
      "id": "Metadata.operations.method.enqueuedeployment(metadata.deploycontainer,metadata.deploycallback)",
      "nodeType": "method",
      "name": "enqueueDeployment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "enqueueDeployment",
        "textToLower": "enqueuedeployment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_enqueueDeployment_-1:0"
      },
      "parentId": "Metadata.operations",
      "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 Id enqueueDeployment(Metadata.DeployContainer container, Metadata.DeployCallback callback)",
      "overrideSignature": "public static override Id enqueueDeployment(Metadata.DeployContainer container, Metadata.DeployCallback callback)",
      "simplifiedSignature": "enqueueDeployment(Metadata.DeployContainer,Metadata.DeployCallback)",
      "datatype": {
        "id": "Metadata.operations.enqueuedeployment.datatype.Id",
        "nodeType": "datatype",
        "name": "Id",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Id",
          "textToLower": "id",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 16
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Id_0:14"
        },
        "parentId": "Metadata.operations.enqueuedeployment",
        "order": 0,
        "memberOrder": 0,
        "type": "Id"
      },
      "description": "Deploys custom metadata components asynchronously.",
      "parentName": "Operations",
      "variables": {},
      "params": {
        "container": {
          "id": "Metadata.operations.method.enqueuedeployment(metadata.deploycontainer,metadata.deploycallback).varParam.container",
          "nodeType": "variable",
          "name": "container",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "container",
            "textToLower": "container",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 69
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_container_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "container",
            "textToLower": "container",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 69
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_container_0:60"
          },
          "parentId": "Metadata.operations.method.enqueuedeployment(metadata.deploycontainer,metadata.deploycallback)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "Metadata.operations.enqueuedeployment.datatype.Metadata.DeployContainer",
            "nodeType": "datatype",
            "name": "Metadata.DeployContainer",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "Metadata",
              "textToLower": "metadata",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 35
                },
                "end": {
                  "line": 0,
                  "character": 43
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Metadata_0:35"
            },
            "parentId": "Metadata.operations.enqueuedeployment",
            "order": 0,
            "memberOrder": 0,
            "type": "Metadata.DeployContainer"
          },
          "scope": null
        },
        "callback": {
          "id": "Metadata.operations.method.enqueuedeployment(metadata.deploycontainer,metadata.deploycallback).varParam.callback",
          "nodeType": "variable",
          "name": "callback",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "callback",
            "textToLower": "callback",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_callback_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "callback",
            "textToLower": "callback",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_callback_0:95"
          },
          "parentId": "Metadata.operations.method.enqueuedeployment(metadata.deploycontainer,metadata.deploycallback)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "Metadata.operations.enqueuedeployment.datatype.Metadata.DeployCallback",
            "nodeType": "datatype",
            "name": "Metadata.DeployCallback",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "Metadata",
              "textToLower": "metadata",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Metadata_0:71"
            },
            "parentId": "Metadata.operations.enqueuedeployment",
            "order": 0,
            "memberOrder": 0,
            "type": "Metadata.DeployCallback"
          },
          "description": "Container that contains the set of metadata components to deploy. A class that implements the Metadata.DeployCallback interface. Used by Salesforce to return information about the deployment results.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "retrieve(metadata.metadatatype,list<string>)": {
      "id": "Metadata.operations.method.retrieve(metadata.metadatatype,list<string>)",
      "nodeType": "method",
      "name": "retrieve",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "retrieve",
        "textToLower": "retrieve",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_retrieve_-1:0"
      },
      "parentId": "Metadata.operations",
      "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 List<Metadata.Metadata> retrieve(Metadata.MetadataType type, List<String> fullNames)",
      "overrideSignature": "public static override List<Metadata.Metadata> retrieve(Metadata.MetadataType type, List<String> fullNames)",
      "simplifiedSignature": "retrieve(Metadata.MetadataType,List<String>)",
      "datatype": {
        "id": "Metadata.operations.retrieve.datatype.List<Metadata.Metadata>",
        "nodeType": "datatype",
        "name": "List<Metadata.Metadata>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:14"
        },
        "parentId": "Metadata.operations.retrieve",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "Metadata.operations.retrieve.datatype.List<Metadata.Metadata>.value.Metadata.Metadata",
          "nodeType": "datatype",
          "name": "Metadata.Metadata",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Metadata",
            "textToLower": "metadata",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 19
              },
              "end": {
                "line": 0,
                "character": 27
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Metadata_0:19"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Metadata.Metadata"
        }
      },
      "description": "Retrieves a list of custom metadata components.",
      "parentName": "Operations",
      "variables": {},
      "params": {
        "type": {
          "id": "Metadata.operations.method.retrieve(metadata.metadatatype,list<string>).varParam.type",
          "nodeType": "variable",
          "name": "type",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "type",
            "textToLower": "type",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_type_0:69"
          },
          "parentId": "Metadata.operations.method.retrieve(metadata.metadatatype,list<string>)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "Metadata.operations.retrieve.datatype.Metadata.MetadataType",
            "nodeType": "datatype",
            "name": "Metadata.MetadataType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "Metadata",
              "textToLower": "metadata",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 55
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Metadata_0:47"
            },
            "parentId": "Metadata.operations.retrieve",
            "order": 0,
            "memberOrder": 0,
            "type": "Metadata.MetadataType"
          },
          "scope": null
        },
        "fullnames": {
          "id": "Metadata.operations.method.retrieve(metadata.metadatatype,list<string>).varParam.fullnames",
          "nodeType": "variable",
          "name": "fullNames",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fullNames",
            "textToLower": "fullnames",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fullNames_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fullNames",
            "textToLower": "fullnames",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fullNames_0:88"
          },
          "parentId": "Metadata.operations.method.retrieve(metadata.metadatatype,list<string>)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "Metadata.operations.retrieve.datatype.List<String>",
            "nodeType": "datatype",
            "name": "List<String>",
            "startToken": {
              "type": "datatype.collection",
              "text": "List",
              "textToLower": "list",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 75
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_List_0:75"
            },
            "parentId": "Metadata.operations.retrieve",
            "order": 0,
            "memberOrder": 0,
            "type": "List",
            "value": {
              "id": "Metadata.operations.retrieve.datatype.List<String>.value.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"
              },
              "order": 0,
              "memberOrder": 0,
              "type": "String"
            }
          },
          "description": "The metadata component type. A list of component names to retrieve. For information on component name formats, see Metadata.fullName().",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 3,
  "queries": []
}