Package com.microsoft.graph.models
Enum Class WindowsDefenderProductStatus
java.lang.Object
java.lang.Enum<WindowsDefenderProductStatus>
com.microsoft.graph.models.WindowsDefenderProductStatus
- All Implemented Interfaces:
Serializable,Comparable<WindowsDefenderProductStatus>,Constable
The Enum Windows Defender Product Status.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionas Signatures Out Of Dateav Signatures Out Of Dateno Full Scan Happened For Specified Periodno Quick Scan Happened For Specified Periodno Statusno Status Flags Setoffline Scan Requiredpending Full Scan Due To Threat Actionpending Manual Steps Due To Threat Actionpending Reboot Due To Threat Actionplatform About To Be Outdatedplatform Out Of Dateplatform Update In Progressproduct Expiredproduct Running In Evaluation Modeproduct Running In Non Genuine Modesamples Pending Submissionservice Not Runningservice Shutdown As Part Of System Shutdownservice Started Without Malware Protectionsignature Or Platform End Of Life Is Past Or Is Impendingsystem Initiated Clean In Progresssystem Initiated Scan In Progressthreat Remediation Failed Criticallythreat Remediation Failed Non CriticallyFor WindowsDefenderProductStatus values that were not expected from the servicewindows SMode Signatures In Use On Non Win10SInstall -
Method Summary
Modifier and TypeMethodDescriptionstatic WindowsDefenderProductStatusReturns the enum constant of this class with the specified name.static WindowsDefenderProductStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NO_STATUS
no Status -
SERVICE_NOT_RUNNING
service Not Running -
SERVICE_STARTED_WITHOUT_MALWARE_PROTECTION
service Started Without Malware Protection -
PENDING_FULL_SCAN_DUE_TO_THREAT_ACTION
pending Full Scan Due To Threat Action -
PENDING_REBOOT_DUE_TO_THREAT_ACTION
pending Reboot Due To Threat Action -
PENDING_MANUAL_STEPS_DUE_TO_THREAT_ACTION
pending Manual Steps Due To Threat Action -
AV_SIGNATURES_OUT_OF_DATE
av Signatures Out Of Date -
AS_SIGNATURES_OUT_OF_DATE
as Signatures Out Of Date -
NO_QUICK_SCAN_HAPPENED_FOR_SPECIFIED_PERIOD
no Quick Scan Happened For Specified Period -
NO_FULL_SCAN_HAPPENED_FOR_SPECIFIED_PERIOD
no Full Scan Happened For Specified Period -
SYSTEM_INITIATED_SCAN_IN_PROGRESS
system Initiated Scan In Progress -
SYSTEM_INITIATED_CLEAN_IN_PROGRESS
system Initiated Clean In Progress -
SAMPLES_PENDING_SUBMISSION
samples Pending Submission -
PRODUCT_RUNNING_IN_EVALUATION_MODE
product Running In Evaluation Mode -
PRODUCT_RUNNING_IN_NON_GENUINE_MODE
product Running In Non Genuine Mode -
PRODUCT_EXPIRED
product Expired -
OFFLINE_SCAN_REQUIRED
offline Scan Required -
SERVICE_SHUTDOWN_AS_PART_OF_SYSTEM_SHUTDOWN
service Shutdown As Part Of System Shutdown -
THREAT_REMEDIATION_FAILED_CRITICALLY
threat Remediation Failed Critically -
THREAT_REMEDIATION_FAILED_NON_CRITICALLY
threat Remediation Failed Non Critically -
NO_STATUS_FLAGS_SET
no Status Flags Set -
PLATFORM_OUT_OF_DATE
platform Out Of Date -
PLATFORM_UPDATE_IN_PROGRESS
platform Update In Progress -
PLATFORM_ABOUT_TO_BE_OUTDATED
platform About To Be Outdated -
SIGNATURE_OR_PLATFORM_END_OF_LIFE_IS_PAST_OR_IS_IMPENDING
public static final WindowsDefenderProductStatus SIGNATURE_OR_PLATFORM_END_OF_LIFE_IS_PAST_OR_IS_IMPENDINGsignature Or Platform End Of Life Is Past Or Is Impending -
WINDOWS_S_MODE_SIGNATURES_IN_USE_ON_NON_WIN10_S_INSTALL
public static final WindowsDefenderProductStatus WINDOWS_S_MODE_SIGNATURES_IN_USE_ON_NON_WIN10_S_INSTALLwindows SMode Signatures In Use On Non Win10SInstall -
UNEXPECTED_VALUE
For WindowsDefenderProductStatus values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-