Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 334 Bytes

File metadata and controls

13 lines (9 loc) · 334 Bytes
description Automatically generated file. DO NOT MODIFY
GraphServiceClient graphClient = GraphServiceClient.builder().authenticationProvider( authProvider ).buildClient();

WorkingHours workingHours = graphClient.customRequest("/me/mailboxSettings/workingHours", WorkingHours.class)
	.buildRequest()
	.get();