| description |
Automatically generated file. DO NOT MODIFY |
// Code snippets are only available for the latest version. Current version is 6.x
GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);
com.microsoft.graph.beta.sites.item.contentmodels.item.addtodrive.AddToDrivePostRequestBody addToDrivePostRequestBody = new com.microsoft.graph.beta.sites.item.contentmodels.item.addtodrive.AddToDrivePostRequestBody();
addToDrivePostRequestBody.setDriveId("b!HEq8Q8ZfAkuMECqSaQFnJVwNMbAGLHhHnXMz1C32pozpolsoEg-MT47fBTiYcbnd");
var result = graphClient.sites().bySiteId("{site-id}").contentModels().byContentModelId("{contentModel-id}").addToDrive().post(addToDrivePostRequestBody);