Uses of Class
odata.msgraph.client.beta.complex.UpdateWindow
-
Packages that use UpdateWindow Package Description odata.msgraph.client.beta.complex -
-
Uses of UpdateWindow in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as UpdateWindow Modifier and Type Field Description protected UpdateWindowHybridAgentUpdaterConfiguration. updateWindowMethods in odata.msgraph.client.beta.complex that return UpdateWindow Modifier and Type Method Description UpdateWindowUpdateWindow.Builder. build()UpdateWindowUpdateWindow. withUnmappedField(String name, String value)UpdateWindowUpdateWindow. withUpdateWindowEndTime(LocalTime updateWindowEndTime)UpdateWindowUpdateWindow. withUpdateWindowStartTime(LocalTime updateWindowStartTime)Methods in odata.msgraph.client.beta.complex that return types with arguments of type UpdateWindow Modifier and Type Method Description Optional<UpdateWindow>HybridAgentUpdaterConfiguration. getUpdateWindow()Methods in odata.msgraph.client.beta.complex with parameters of type UpdateWindow Modifier and Type Method Description HybridAgentUpdaterConfiguration.BuilderHybridAgentUpdaterConfiguration.Builder. updateWindow(UpdateWindow updateWindow)HybridAgentUpdaterConfigurationHybridAgentUpdaterConfiguration. withUpdateWindow(UpdateWindow updateWindow)
-