Uses of Class
odata.msgraph.client.beta.complex.DeviceHealthScriptRunOnceSchedule.Builder
-
Packages that use DeviceHealthScriptRunOnceSchedule.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of DeviceHealthScriptRunOnceSchedule.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DeviceHealthScriptRunOnceSchedule.Builder Modifier and Type Method Description static DeviceHealthScriptRunOnceSchedule.BuilderDeviceHealthScriptRunOnceSchedule. builderDeviceHealthScriptRunOnceSchedule()Returns a builder which is used to create a new instance of this class (given that this class is immutable).DeviceHealthScriptRunOnceSchedule.BuilderDeviceHealthScriptRunOnceSchedule.Builder. date(LocalDate date)“The date the script is scheduled to run.DeviceHealthScriptRunOnceSchedule.BuilderDeviceHealthScriptRunOnceSchedule.Builder. interval(Integer interval)DeviceHealthScriptRunOnceSchedule.BuilderDeviceHealthScriptRunOnceSchedule.Builder. time(LocalTime time)DeviceHealthScriptRunOnceSchedule.BuilderDeviceHealthScriptRunOnceSchedule.Builder. useUtc(Boolean useUtc)
-