Class WindowsProtectionState
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.WindowsProtectionState
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class WindowsProtectionState extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
“Device protection status entity.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsProtectionState.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringantiMalwareVersionprotected WindowsDeviceHealthStatedeviceStateprotected StringengineVersionprotected BooleanfullScanOverdueprotected BooleanfullScanRequiredprotected BooleanisVirtualMachineprotected OffsetDateTimelastFullScanDateTimeprotected StringlastFullScanSignatureVersionprotected OffsetDateTimelastQuickScanDateTimeprotected StringlastQuickScanSignatureVersionprotected OffsetDateTimelastReportedDateTimeprotected BooleanmalwareProtectionEnabledprotected BooleannetworkInspectionSystemEnabledprotected WindowsDefenderProductStatusproductStatusprotected BooleanquickScanOverdueprotected BooleanrealTimeProtectionEnabledprotected BooleanrebootRequiredprotected BooleansignatureUpdateOverdueprotected StringsignatureVersionprotected BooleantamperProtectionEnabled-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsProtectionState()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsProtectionState.BuilderbuilderWindowsProtectionState()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getAntiMalwareVersion()“Current anti malware version”com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()WindowsDeviceMalwareStateCollectionRequestgetDetectedMalwareState()“Device malware list”Optional<WindowsDeviceHealthState>getDeviceState()“Computer's state (like clean or pending full scan or pending reboot etc)”Optional<String>getEngineVersion()“Current endpoint protection engine's version”Optional<Boolean>getFullScanOverdue()“Full scan overdue or not?”Optional<Boolean>getFullScanRequired()“Full scan required or not?”Optional<Boolean>getIsVirtualMachine()“Indicates whether the device is a virtual machine.”Optional<OffsetDateTime>getLastFullScanDateTime()“Last quick scan datetime”Optional<String>getLastFullScanSignatureVersion()“Last full scan signature version”Optional<OffsetDateTime>getLastQuickScanDateTime()“Last quick scan datetime”Optional<String>getLastQuickScanSignatureVersion()“Last quick scan signature version”Optional<OffsetDateTime>getLastReportedDateTime()“Last device health status reported time”Optional<Boolean>getMalwareProtectionEnabled()“Anti malware is enabled or not”Optional<Boolean>getNetworkInspectionSystemEnabled()“Network inspection system enabled or not?”Optional<WindowsDefenderProductStatus>getProductStatus()“Product Status of Windows Defender Antivirus”Optional<Boolean>getQuickScanOverdue()“Quick scan overdue or not?”Optional<Boolean>getRealTimeProtectionEnabled()“Real time protection is enabled or not?”Optional<Boolean>getRebootRequired()“Reboot required or not?”Optional<Boolean>getSignatureUpdateOverdue()“Signature out of date or not?”Optional<String>getSignatureVersion()“Current malware definitions version”Optional<Boolean>getTamperProtectionEnabled()“Indicates whether the Windows Defender tamper protection feature is enabled.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()WindowsProtectionStatepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)WindowsProtectionStateput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()WindowsProtectionStatewithAntiMalwareVersion(String antiMalwareVersion)Returns an immutable copy ofthiswith just theantiMalwareVersionfield changed.WindowsProtectionStatewithDeviceState(WindowsDeviceHealthState deviceState)Returns an immutable copy ofthiswith just thedeviceStatefield changed.WindowsProtectionStatewithEngineVersion(String engineVersion)Returns an immutable copy ofthiswith just theengineVersionfield changed.WindowsProtectionStatewithFullScanOverdue(Boolean fullScanOverdue)Returns an immutable copy ofthiswith just thefullScanOverduefield changed.WindowsProtectionStatewithFullScanRequired(Boolean fullScanRequired)Returns an immutable copy ofthiswith just thefullScanRequiredfield changed.WindowsProtectionStatewithIsVirtualMachine(Boolean isVirtualMachine)Returns an immutable copy ofthiswith just theisVirtualMachinefield changed.WindowsProtectionStatewithLastFullScanDateTime(OffsetDateTime lastFullScanDateTime)Returns an immutable copy ofthiswith just thelastFullScanDateTimefield changed.WindowsProtectionStatewithLastFullScanSignatureVersion(String lastFullScanSignatureVersion)Returns an immutable copy ofthiswith just thelastFullScanSignatureVersionfield changed.WindowsProtectionStatewithLastQuickScanDateTime(OffsetDateTime lastQuickScanDateTime)Returns an immutable copy ofthiswith just thelastQuickScanDateTimefield changed.WindowsProtectionStatewithLastQuickScanSignatureVersion(String lastQuickScanSignatureVersion)Returns an immutable copy ofthiswith just thelastQuickScanSignatureVersionfield changed.WindowsProtectionStatewithLastReportedDateTime(OffsetDateTime lastReportedDateTime)Returns an immutable copy ofthiswith just thelastReportedDateTimefield changed.WindowsProtectionStatewithMalwareProtectionEnabled(Boolean malwareProtectionEnabled)Returns an immutable copy ofthiswith just themalwareProtectionEnabledfield changed.WindowsProtectionStatewithNetworkInspectionSystemEnabled(Boolean networkInspectionSystemEnabled)Returns an immutable copy ofthiswith just thenetworkInspectionSystemEnabledfield changed.WindowsProtectionStatewithProductStatus(WindowsDefenderProductStatus productStatus)Returns an immutable copy ofthiswith just theproductStatusfield changed.WindowsProtectionStatewithQuickScanOverdue(Boolean quickScanOverdue)Returns an immutable copy ofthiswith just thequickScanOverduefield changed.WindowsProtectionStatewithRealTimeProtectionEnabled(Boolean realTimeProtectionEnabled)Returns an immutable copy ofthiswith just therealTimeProtectionEnabledfield changed.WindowsProtectionStatewithRebootRequired(Boolean rebootRequired)Returns an immutable copy ofthiswith just therebootRequiredfield changed.WindowsProtectionStatewithSignatureUpdateOverdue(Boolean signatureUpdateOverdue)Returns an immutable copy ofthiswith just thesignatureUpdateOverduefield changed.WindowsProtectionStatewithSignatureVersion(String signatureVersion)Returns an immutable copy ofthiswith just thesignatureVersionfield changed.WindowsProtectionStatewithTamperProtectionEnabled(Boolean tamperProtectionEnabled)Returns an immutable copy ofthiswith just thetamperProtectionEnabledfield changed.WindowsProtectionStatewithUnmappedField(String name, String value)
-
-
-
Field Detail
-
antiMalwareVersion
protected String antiMalwareVersion
-
deviceState
protected WindowsDeviceHealthState deviceState
-
engineVersion
protected String engineVersion
-
fullScanOverdue
protected Boolean fullScanOverdue
-
fullScanRequired
protected Boolean fullScanRequired
-
isVirtualMachine
protected Boolean isVirtualMachine
-
lastFullScanDateTime
protected OffsetDateTime lastFullScanDateTime
-
lastFullScanSignatureVersion
protected String lastFullScanSignatureVersion
-
lastQuickScanDateTime
protected OffsetDateTime lastQuickScanDateTime
-
lastQuickScanSignatureVersion
protected String lastQuickScanSignatureVersion
-
lastReportedDateTime
protected OffsetDateTime lastReportedDateTime
-
malwareProtectionEnabled
protected Boolean malwareProtectionEnabled
-
networkInspectionSystemEnabled
protected Boolean networkInspectionSystemEnabled
-
productStatus
protected WindowsDefenderProductStatus productStatus
-
quickScanOverdue
protected Boolean quickScanOverdue
-
realTimeProtectionEnabled
protected Boolean realTimeProtectionEnabled
-
rebootRequired
protected Boolean rebootRequired
-
signatureUpdateOverdue
protected Boolean signatureUpdateOverdue
-
signatureVersion
protected String signatureVersion
-
tamperProtectionEnabled
protected Boolean tamperProtectionEnabled
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderWindowsProtectionState
public static WindowsProtectionState.Builder builderWindowsProtectionState()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getAntiMalwareVersion
public Optional<String> getAntiMalwareVersion()
“Current anti malware version”- Returns:
- property antiMalwareVersion
-
withAntiMalwareVersion
public WindowsProtectionState withAntiMalwareVersion(String antiMalwareVersion)
Returns an immutable copy ofthiswith just theantiMalwareVersionfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Current anti malware version”
- Parameters:
antiMalwareVersion- new value ofantiMalwareVersionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theantiMalwareVersionfield changed
-
getDeviceState
public Optional<WindowsDeviceHealthState> getDeviceState()
“Computer's state (like clean or pending full scan or pending reboot etc)”- Returns:
- property deviceState
-
withDeviceState
public WindowsProtectionState withDeviceState(WindowsDeviceHealthState deviceState)
Returns an immutable copy ofthiswith just thedeviceStatefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Computer's state (like clean or pending full scan or pending reboot etc)”
- Parameters:
deviceState- new value ofdeviceStatefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedeviceStatefield changed
-
getEngineVersion
public Optional<String> getEngineVersion()
“Current endpoint protection engine's version”- Returns:
- property engineVersion
-
withEngineVersion
public WindowsProtectionState withEngineVersion(String engineVersion)
Returns an immutable copy ofthiswith just theengineVersionfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Current endpoint protection engine's version”
- Parameters:
engineVersion- new value ofengineVersionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theengineVersionfield changed
-
getFullScanOverdue
public Optional<Boolean> getFullScanOverdue()
“Full scan overdue or not?”- Returns:
- property fullScanOverdue
-
withFullScanOverdue
public WindowsProtectionState withFullScanOverdue(Boolean fullScanOverdue)
Returns an immutable copy ofthiswith just thefullScanOverduefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Full scan overdue or not?”
- Parameters:
fullScanOverdue- new value offullScanOverduefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thefullScanOverduefield changed
-
getFullScanRequired
public Optional<Boolean> getFullScanRequired()
“Full scan required or not?”- Returns:
- property fullScanRequired
-
withFullScanRequired
public WindowsProtectionState withFullScanRequired(Boolean fullScanRequired)
Returns an immutable copy ofthiswith just thefullScanRequiredfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Full scan required or not?”
- Parameters:
fullScanRequired- new value offullScanRequiredfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thefullScanRequiredfield changed
-
getIsVirtualMachine
public Optional<Boolean> getIsVirtualMachine()
“Indicates whether the device is a virtual machine.”- Returns:
- property isVirtualMachine
-
withIsVirtualMachine
public WindowsProtectionState withIsVirtualMachine(Boolean isVirtualMachine)
Returns an immutable copy ofthiswith just theisVirtualMachinefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Indicates whether the device is a virtual machine.”
- Parameters:
isVirtualMachine- new value ofisVirtualMachinefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theisVirtualMachinefield changed
-
getLastFullScanDateTime
public Optional<OffsetDateTime> getLastFullScanDateTime()
“Last quick scan datetime”- Returns:
- property lastFullScanDateTime
-
withLastFullScanDateTime
public WindowsProtectionState withLastFullScanDateTime(OffsetDateTime lastFullScanDateTime)
Returns an immutable copy ofthiswith just thelastFullScanDateTimefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Last quick scan datetime”
- Parameters:
lastFullScanDateTime- new value oflastFullScanDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thelastFullScanDateTimefield changed
-
getLastFullScanSignatureVersion
public Optional<String> getLastFullScanSignatureVersion()
“Last full scan signature version”- Returns:
- property lastFullScanSignatureVersion
-
withLastFullScanSignatureVersion
public WindowsProtectionState withLastFullScanSignatureVersion(String lastFullScanSignatureVersion)
Returns an immutable copy ofthiswith just thelastFullScanSignatureVersionfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Last full scan signature version”
- Parameters:
lastFullScanSignatureVersion- new value oflastFullScanSignatureVersionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thelastFullScanSignatureVersionfield changed
-
getLastQuickScanDateTime
public Optional<OffsetDateTime> getLastQuickScanDateTime()
“Last quick scan datetime”- Returns:
- property lastQuickScanDateTime
-
withLastQuickScanDateTime
public WindowsProtectionState withLastQuickScanDateTime(OffsetDateTime lastQuickScanDateTime)
Returns an immutable copy ofthiswith just thelastQuickScanDateTimefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Last quick scan datetime”
- Parameters:
lastQuickScanDateTime- new value oflastQuickScanDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thelastQuickScanDateTimefield changed
-
getLastQuickScanSignatureVersion
public Optional<String> getLastQuickScanSignatureVersion()
“Last quick scan signature version”- Returns:
- property lastQuickScanSignatureVersion
-
withLastQuickScanSignatureVersion
public WindowsProtectionState withLastQuickScanSignatureVersion(String lastQuickScanSignatureVersion)
Returns an immutable copy ofthiswith just thelastQuickScanSignatureVersionfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Last quick scan signature version”
- Parameters:
lastQuickScanSignatureVersion- new value oflastQuickScanSignatureVersionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thelastQuickScanSignatureVersionfield changed
-
getLastReportedDateTime
public Optional<OffsetDateTime> getLastReportedDateTime()
“Last device health status reported time”- Returns:
- property lastReportedDateTime
-
withLastReportedDateTime
public WindowsProtectionState withLastReportedDateTime(OffsetDateTime lastReportedDateTime)
Returns an immutable copy ofthiswith just thelastReportedDateTimefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Last device health status reported time”
- Parameters:
lastReportedDateTime- new value oflastReportedDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thelastReportedDateTimefield changed
-
getMalwareProtectionEnabled
public Optional<Boolean> getMalwareProtectionEnabled()
“Anti malware is enabled or not”- Returns:
- property malwareProtectionEnabled
-
withMalwareProtectionEnabled
public WindowsProtectionState withMalwareProtectionEnabled(Boolean malwareProtectionEnabled)
Returns an immutable copy ofthiswith just themalwareProtectionEnabledfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Anti malware is enabled or not”
- Parameters:
malwareProtectionEnabled- new value ofmalwareProtectionEnabledfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just themalwareProtectionEnabledfield changed
-
getNetworkInspectionSystemEnabled
public Optional<Boolean> getNetworkInspectionSystemEnabled()
“Network inspection system enabled or not?”- Returns:
- property networkInspectionSystemEnabled
-
withNetworkInspectionSystemEnabled
public WindowsProtectionState withNetworkInspectionSystemEnabled(Boolean networkInspectionSystemEnabled)
Returns an immutable copy ofthiswith just thenetworkInspectionSystemEnabledfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Network inspection system enabled or not?”
- Parameters:
networkInspectionSystemEnabled- new value ofnetworkInspectionSystemEnabledfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thenetworkInspectionSystemEnabledfield changed
-
getProductStatus
public Optional<WindowsDefenderProductStatus> getProductStatus()
“Product Status of Windows Defender Antivirus”- Returns:
- property productStatus
-
withProductStatus
public WindowsProtectionState withProductStatus(WindowsDefenderProductStatus productStatus)
Returns an immutable copy ofthiswith just theproductStatusfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Product Status of Windows Defender Antivirus”
- Parameters:
productStatus- new value ofproductStatusfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theproductStatusfield changed
-
getQuickScanOverdue
public Optional<Boolean> getQuickScanOverdue()
“Quick scan overdue or not?”- Returns:
- property quickScanOverdue
-
withQuickScanOverdue
public WindowsProtectionState withQuickScanOverdue(Boolean quickScanOverdue)
Returns an immutable copy ofthiswith just thequickScanOverduefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Quick scan overdue or not?”
- Parameters:
quickScanOverdue- new value ofquickScanOverduefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thequickScanOverduefield changed
-
getRealTimeProtectionEnabled
public Optional<Boolean> getRealTimeProtectionEnabled()
“Real time protection is enabled or not?”- Returns:
- property realTimeProtectionEnabled
-
withRealTimeProtectionEnabled
public WindowsProtectionState withRealTimeProtectionEnabled(Boolean realTimeProtectionEnabled)
Returns an immutable copy ofthiswith just therealTimeProtectionEnabledfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Real time protection is enabled or not?”
- Parameters:
realTimeProtectionEnabled- new value ofrealTimeProtectionEnabledfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just therealTimeProtectionEnabledfield changed
-
getRebootRequired
public Optional<Boolean> getRebootRequired()
“Reboot required or not?”- Returns:
- property rebootRequired
-
withRebootRequired
public WindowsProtectionState withRebootRequired(Boolean rebootRequired)
Returns an immutable copy ofthiswith just therebootRequiredfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Reboot required or not?”
- Parameters:
rebootRequired- new value ofrebootRequiredfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just therebootRequiredfield changed
-
getSignatureUpdateOverdue
public Optional<Boolean> getSignatureUpdateOverdue()
“Signature out of date or not?”- Returns:
- property signatureUpdateOverdue
-
withSignatureUpdateOverdue
public WindowsProtectionState withSignatureUpdateOverdue(Boolean signatureUpdateOverdue)
Returns an immutable copy ofthiswith just thesignatureUpdateOverduefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Signature out of date or not?”
- Parameters:
signatureUpdateOverdue- new value ofsignatureUpdateOverduefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thesignatureUpdateOverduefield changed
-
getSignatureVersion
public Optional<String> getSignatureVersion()
“Current malware definitions version”- Returns:
- property signatureVersion
-
withSignatureVersion
public WindowsProtectionState withSignatureVersion(String signatureVersion)
Returns an immutable copy ofthiswith just thesignatureVersionfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Current malware definitions version”
- Parameters:
signatureVersion- new value ofsignatureVersionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thesignatureVersionfield changed
-
getTamperProtectionEnabled
public Optional<Boolean> getTamperProtectionEnabled()
“Indicates whether the Windows Defender tamper protection feature is enabled.”- Returns:
- property tamperProtectionEnabled
-
withTamperProtectionEnabled
public WindowsProtectionState withTamperProtectionEnabled(Boolean tamperProtectionEnabled)
Returns an immutable copy ofthiswith just thetamperProtectionEnabledfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Indicates whether the Windows Defender tamper protection feature is enabled.”
- Parameters:
tamperProtectionEnabled- new value oftamperProtectionEnabledfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thetamperProtectionEnabledfield changed
-
withUnmappedField
public WindowsProtectionState withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getDetectedMalwareState
public WindowsDeviceMalwareStateCollectionRequest getDetectedMalwareState()
“Device malware list”- Returns:
- navigational property detectedMalwareState
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public WindowsProtectionState patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public WindowsProtectionState put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-