public class WindowsUpdateScheduledInstall extends WindowsUpdateInstallScheduleType implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsUpdateScheduledInstall.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected WeeklySchedule |
scheduledInstallDay |
protected LocalTime |
scheduledInstallTime |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
WindowsUpdateScheduledInstall() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsUpdateScheduledInstall.Builder |
builderWindowsUpdateScheduledInstall()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<WeeklySchedule> |
getScheduledInstallDay()
“Scheduled Install Day in week”
|
Optional<LocalTime> |
getScheduledInstallTime()
“Scheduled Install Time during day”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsUpdateScheduledInstall |
withScheduledInstallDay(WeeklySchedule scheduledInstallDay)
Returns an immutable copy of
this with just the scheduledInstallDay field changed. |
WindowsUpdateScheduledInstall |
withScheduledInstallTime(LocalTime scheduledInstallTime)
Returns an immutable copy of
this with just the scheduledInstallTime field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected WeeklySchedule scheduledInstallDay
protected LocalTime scheduledInstallTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class WindowsUpdateInstallScheduleTypepublic Optional<WeeklySchedule> getScheduledInstallDay()
public WindowsUpdateScheduledInstall withScheduledInstallDay(WeeklySchedule scheduledInstallDay)
this with just the scheduledInstallDay field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Scheduled Install Day in week”
scheduledInstallDay - new value of scheduledInstallDay field (as defined in service metadata)this with just the scheduledInstallDay field changedpublic Optional<LocalTime> getScheduledInstallTime()
public WindowsUpdateScheduledInstall withScheduledInstallTime(LocalTime scheduledInstallTime)
this with just the scheduledInstallTime field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Scheduled Install Time during day”
scheduledInstallTime - new value of scheduledInstallTime field (as defined in service metadata)this with just the scheduledInstallTime field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class WindowsUpdateInstallScheduleTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class WindowsUpdateInstallScheduleTypepublic static WindowsUpdateScheduledInstall.Builder builderWindowsUpdateScheduledInstall()
public String toString()
toString in class WindowsUpdateInstallScheduleTypeCopyright © 2018–2020. All rights reserved.