Search in sources :

Example 6 with Drive

use of com.microsoft.graph.models.Drive in project msgraph-beta-sdk-java by microsoftgraph.

the class UserTests method meDrive.

@Test
public void meDrive() {
    // GET me/drive
    final Drive drive = graphServiceClient.me().drive().buildRequest().get();
    assertNotNull(drive);
}
Also used : Drive(com.microsoft.graph.models.Drive) Test(org.junit.jupiter.api.Test)

Aggregations

Drive (com.microsoft.graph.models.Drive)6 Test (org.junit.jupiter.api.Test)6 JsonElement (com.google.gson.JsonElement)2 DefaultLogger (com.microsoft.graph.logger.DefaultLogger)2 DefaultSerializer (com.microsoft.graph.serializer.DefaultSerializer)2