Class WindowsDeviceMalwareState
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.managed.tenants.entity.WindowsDeviceMalwareState
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class WindowsDeviceMalwareState extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsDeviceMalwareState.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringadditionalInformationUrlprotected IntegerdetectionCountprotected BooleandeviceDeletedprotected OffsetDateTimeinitialDetectionDateTimeprotected OffsetDateTimelastRefreshedDateTimeprotected OffsetDateTimelastStateChangeDateTimeprotected StringmalwareCategoryprotected StringmalwareDisplayNameprotected StringmalwareExecutionStateprotected StringmalwareIdprotected StringmalwareSeverityprotected StringmalwareThreatStateprotected StringmanagedDeviceIdprotected StringmanagedDeviceNameprotected StringtenantDisplayNameprotected StringtenantId-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsDeviceMalwareState()
-
Method Summary
-
-
-
Field Detail
-
additionalInformationUrl
protected String additionalInformationUrl
-
detectionCount
protected Integer detectionCount
-
deviceDeleted
protected Boolean deviceDeleted
-
initialDetectionDateTime
protected OffsetDateTime initialDetectionDateTime
-
lastRefreshedDateTime
protected OffsetDateTime lastRefreshedDateTime
-
lastStateChangeDateTime
protected OffsetDateTime lastStateChangeDateTime
-
malwareCategory
protected String malwareCategory
-
malwareDisplayName
protected String malwareDisplayName
-
malwareExecutionState
protected String malwareExecutionState
-
malwareId
protected String malwareId
-
malwareSeverity
protected String malwareSeverity
-
malwareThreatState
protected String malwareThreatState
-
managedDeviceId
protected String managedDeviceId
-
managedDeviceName
protected String managedDeviceName
-
tenantDisplayName
protected String tenantDisplayName
-
tenantId
protected String tenantId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderWindowsDeviceMalwareState
public static WindowsDeviceMalwareState.Builder builderWindowsDeviceMalwareState()
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
-
withAdditionalInformationUrl
public WindowsDeviceMalwareState withAdditionalInformationUrl(String additionalInformationUrl)
-
withDetectionCount
public WindowsDeviceMalwareState withDetectionCount(Integer detectionCount)
-
withDeviceDeleted
public WindowsDeviceMalwareState withDeviceDeleted(Boolean deviceDeleted)
-
getInitialDetectionDateTime
public Optional<OffsetDateTime> getInitialDetectionDateTime()
-
withInitialDetectionDateTime
public WindowsDeviceMalwareState withInitialDetectionDateTime(OffsetDateTime initialDetectionDateTime)
-
getLastRefreshedDateTime
public Optional<OffsetDateTime> getLastRefreshedDateTime()
-
withLastRefreshedDateTime
public WindowsDeviceMalwareState withLastRefreshedDateTime(OffsetDateTime lastRefreshedDateTime)
-
getLastStateChangeDateTime
public Optional<OffsetDateTime> getLastStateChangeDateTime()
-
withLastStateChangeDateTime
public WindowsDeviceMalwareState withLastStateChangeDateTime(OffsetDateTime lastStateChangeDateTime)
-
withMalwareCategory
public WindowsDeviceMalwareState withMalwareCategory(String malwareCategory)
-
withMalwareDisplayName
public WindowsDeviceMalwareState withMalwareDisplayName(String malwareDisplayName)
-
withMalwareExecutionState
public WindowsDeviceMalwareState withMalwareExecutionState(String malwareExecutionState)
-
withMalwareId
public WindowsDeviceMalwareState withMalwareId(String malwareId)
-
withMalwareSeverity
public WindowsDeviceMalwareState withMalwareSeverity(String malwareSeverity)
-
withMalwareThreatState
public WindowsDeviceMalwareState withMalwareThreatState(String malwareThreatState)
-
withManagedDeviceId
public WindowsDeviceMalwareState withManagedDeviceId(String managedDeviceId)
-
withManagedDeviceName
public WindowsDeviceMalwareState withManagedDeviceName(String managedDeviceName)
-
withTenantDisplayName
public WindowsDeviceMalwareState withTenantDisplayName(String tenantDisplayName)
-
withTenantId
public WindowsDeviceMalwareState withTenantId(String tenantId)
-
withUnmappedField
public WindowsDeviceMalwareState withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public WindowsDeviceMalwareState patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public WindowsDeviceMalwareState put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-