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.BuilderWithBasicAuthentication<GraphService>MsGraph. explorer()static com.github.davidmoten.microsoft.client.builder.MicrosoftClientBuilder.BuilderWithScopes<GraphService>MsGraph. tenantName(String tenantName)Methods in com.github.davidmoten.msgraph with parameters of type GraphService Modifier and Type Method Description Email.DraftMessageEmail.BuilderFinal. create(GraphService client)Creates a message in the drafts folder, ready to be sent.voidEmail.BuilderAttachmentHasLength. send(GraphService client)voidEmail.BuilderFinal. send(GraphService client)Creates a message in the drafts folder and sends it. -
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()
-