Package odata.msgraph.client.complex
Class WindowsDefenderScanActionResult
- java.lang.Object
-
- odata.msgraph.client.complex.DeviceActionResult
-
- odata.msgraph.client.complex.WindowsDefenderScanActionResult
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WindowsDefenderScanActionResult extends DeviceActionResult implements com.github.davidmoten.odata.client.ODataType
“Windows Defender last scan result”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsDefenderScanActionResult.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringscanType-
Fields inherited from class odata.msgraph.client.complex.DeviceActionResult
actionName, actionState, contextPath, lastUpdatedDateTime, odataType, startDateTime, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsDefenderScanActionResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsDefenderScanActionResult.BuilderbuilderWindowsDefenderScanActionResult()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getScanType()“Scan type either full scan or quick scan”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WindowsDefenderScanActionResultwithScanType(String scanType)Returns an immutable copy ofthiswith just thescanTypefield changed.WindowsDefenderScanActionResultwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.complex.DeviceActionResult
builder, getActionName, getActionState, getLastUpdatedDateTime, getStartDateTime, withActionName, withActionState, withLastUpdatedDateTime, withStartDateTime
-
-
-
-
Field Detail
-
scanType
protected String scanType
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceActionResult
-
getScanType
public Optional<String> getScanType()
“Scan type either full scan or quick scan”- Returns:
- property scanType
-
withScanType
public WindowsDefenderScanActionResult withScanType(String scanType)
Returns an immutable copy ofthiswith just thescanTypefield 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.“Scan type either full scan or quick scan”
- Parameters:
scanType- new value ofscanTypefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thescanTypefield changed
-
withUnmappedField
public WindowsDefenderScanActionResult withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceActionResult
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceActionResult
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceActionResult
-
builderWindowsDefenderScanActionResult
public static WindowsDefenderScanActionResult.Builder builderWindowsDefenderScanActionResult()
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
-
toString
public String toString()
- Overrides:
toStringin classDeviceActionResult
-
-