public class WindowsUpdateActiveHoursInstall extends WindowsUpdateInstallScheduleType implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsUpdateActiveHoursInstall.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected LocalTime |
activeHoursEnd |
protected LocalTime |
activeHoursStart |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
WindowsUpdateActiveHoursInstall() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsUpdateActiveHoursInstall.Builder |
builderWindowsUpdateActiveHoursInstall()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<LocalTime> |
getActiveHoursEnd()
“Active Hours End”
|
Optional<LocalTime> |
getActiveHoursStart()
“Active Hours Start”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsUpdateActiveHoursInstall |
withActiveHoursEnd(LocalTime activeHoursEnd)
Returns an immutable copy of
this with just the activeHoursEnd
field changed. |
WindowsUpdateActiveHoursInstall |
withActiveHoursStart(LocalTime activeHoursStart)
Returns an immutable copy of
this with just the activeHoursStart
field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected LocalTime activeHoursStart
protected LocalTime activeHoursEnd
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class WindowsUpdateInstallScheduleTypepublic Optional<LocalTime> getActiveHoursStart()
public WindowsUpdateActiveHoursInstall withActiveHoursStart(LocalTime activeHoursStart)
this with just the activeHoursStart
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.
“Active Hours Start”
activeHoursStart - new value of activeHoursStart field (as defined in service metadata)this with just the activeHoursStart field changedpublic Optional<LocalTime> getActiveHoursEnd()
public WindowsUpdateActiveHoursInstall withActiveHoursEnd(LocalTime activeHoursEnd)
this with just the activeHoursEnd
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.
“Active Hours End”
activeHoursEnd - new value of activeHoursEnd field (as defined in service metadata)this with just the activeHoursEnd 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 WindowsUpdateActiveHoursInstall.Builder builderWindowsUpdateActiveHoursInstall()
public String toString()
toString in class WindowsUpdateInstallScheduleTypeCopyright © 2018–2020. All rights reserved.