Uses of Class
odata.msgraph.client.beta.complex.CustomUpdateTimeWindow
-
Packages that use CustomUpdateTimeWindow Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of CustomUpdateTimeWindow in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return CustomUpdateTimeWindow Modifier and Type Method Description CustomUpdateTimeWindowCustomUpdateTimeWindow.Builder. build()CustomUpdateTimeWindowCustomUpdateTimeWindow. withEndDay(DayOfWeek endDay)Returns an immutable copy ofthiswith just theendDayfield changed.CustomUpdateTimeWindowCustomUpdateTimeWindow. withEndTime(LocalTime endTime)Returns an immutable copy ofthiswith just theendTimefield changed.CustomUpdateTimeWindowCustomUpdateTimeWindow. withStartDay(DayOfWeek startDay)Returns an immutable copy ofthiswith just thestartDayfield changed.CustomUpdateTimeWindowCustomUpdateTimeWindow. withStartTime(LocalTime startTime)Returns an immutable copy ofthiswith just thestartTimefield changed.CustomUpdateTimeWindowCustomUpdateTimeWindow. withUnmappedField(String name, String value) -
Uses of CustomUpdateTimeWindow in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type CustomUpdateTimeWindow Modifier and Type Field Description protected List<CustomUpdateTimeWindow>IosUpdateConfiguration. customUpdateTimeWindowsprotected List<CustomUpdateTimeWindow>MacOSSoftwareUpdateConfiguration. customUpdateTimeWindowsMethods in odata.msgraph.client.beta.entity that return types with arguments of type CustomUpdateTimeWindow Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CustomUpdateTimeWindow>IosUpdateConfiguration. getCustomUpdateTimeWindows()“If update schedule type is set to use time window scheduling, custom time windows when updates will be scheduled.com.github.davidmoten.odata.client.CollectionPage<CustomUpdateTimeWindow>IosUpdateConfiguration. getCustomUpdateTimeWindows(com.github.davidmoten.odata.client.HttpRequestOptions options)“If update schedule type is set to use time window scheduling, custom time windows when updates will be scheduled.com.github.davidmoten.odata.client.CollectionPage<CustomUpdateTimeWindow>MacOSSoftwareUpdateConfiguration. getCustomUpdateTimeWindows()“Custom Time windows when updates will be allowed or blocked.com.github.davidmoten.odata.client.CollectionPage<CustomUpdateTimeWindow>MacOSSoftwareUpdateConfiguration. getCustomUpdateTimeWindows(com.github.davidmoten.odata.client.HttpRequestOptions options)“Custom Time windows when updates will be allowed or blocked.Methods in odata.msgraph.client.beta.entity with parameters of type CustomUpdateTimeWindow Modifier and Type Method Description IosUpdateConfiguration.BuilderIosUpdateConfiguration.Builder. customUpdateTimeWindows(CustomUpdateTimeWindow... customUpdateTimeWindows)“If update schedule type is set to use time window scheduling, custom time windows when updates will be scheduled.MacOSSoftwareUpdateConfiguration.BuilderMacOSSoftwareUpdateConfiguration.Builder. customUpdateTimeWindows(CustomUpdateTimeWindow... customUpdateTimeWindows)“Custom Time windows when updates will be allowed or blocked.Method parameters in odata.msgraph.client.beta.entity with type arguments of type CustomUpdateTimeWindow Modifier and Type Method Description IosUpdateConfiguration.BuilderIosUpdateConfiguration.Builder. customUpdateTimeWindows(List<CustomUpdateTimeWindow> customUpdateTimeWindows)“If update schedule type is set to use time window scheduling, custom time windows when updates will be scheduled.MacOSSoftwareUpdateConfiguration.BuilderMacOSSoftwareUpdateConfiguration.Builder. customUpdateTimeWindows(List<CustomUpdateTimeWindow> customUpdateTimeWindows)“Custom Time windows when updates will be allowed or blocked.IosUpdateConfigurationIosUpdateConfiguration. withCustomUpdateTimeWindows(List<CustomUpdateTimeWindow> customUpdateTimeWindows)Returns an immutable copy ofthiswith just thecustomUpdateTimeWindowsfield changed.MacOSSoftwareUpdateConfigurationMacOSSoftwareUpdateConfiguration. withCustomUpdateTimeWindows(List<CustomUpdateTimeWindow> customUpdateTimeWindows)Returns an immutable copy ofthiswith just thecustomUpdateTimeWindowsfield changed.
-