Uses of Class
odata.msgraph.client.container.GraphService
-
Packages that use GraphService Package Description com.github.davidmoten.msgraph odata.msgraph.client.container -
-
Uses of GraphService in com.github.davidmoten.msgraph
Methods in com.github.davidmoten.msgraph that return types with arguments of type GraphService Modifier and Type Method Description static com.github.davidmoten.microsoft.client.builder.MicrosoftClientBuilder.Builder5<GraphService>MsGraph. explorer()static com.github.davidmoten.microsoft.client.builder.MicrosoftClientBuilder.Builder3<GraphService>MsGraph. tenantName(String tenantName)Methods in com.github.davidmoten.msgraph with parameters of type GraphService Modifier and Type Method Description voidEmail.BuilderAttachmentHasLength. send(GraphService client)voidEmail.BuilderFinal. send(GraphService client) -
Uses of GraphService in odata.msgraph.client.container
Methods in odata.msgraph.client.container that return types with arguments of type GraphService Modifier and Type Method Description static com.github.davidmoten.odata.client.TestingService.BuilderBase<com.github.davidmoten.odata.client.TestingService.ContainerBuilder<GraphService>,GraphService>GraphService. test()static com.github.davidmoten.odata.client.TestingService.BuilderBase<com.github.davidmoten.odata.client.TestingService.ContainerBuilder<GraphService>,GraphService>GraphService. test()
-