共用方式為


MicrosoftGraphManagedDevicePartnerReportedHealthState Class

public final class MicrosoftGraphManagedDevicePartnerReportedHealthState
extends ExpandableStringEnum<MicrosoftGraphManagedDevicePartnerReportedHealthState>

managedDevicePartnerReportedHealthState.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphManagedDevicePartnerReportedHealthState ACTIVATED

Static value activated for MicrosoftGraphManagedDevicePartnerReportedHealthState.

static final MicrosoftGraphManagedDevicePartnerReportedHealthState COMPROMISED

Static value compromised for MicrosoftGraphManagedDevicePartnerReportedHealthState.

static final MicrosoftGraphManagedDevicePartnerReportedHealthState DEACTIVATED

Static value deactivated for MicrosoftGraphManagedDevicePartnerReportedHealthState.

static final MicrosoftGraphManagedDevicePartnerReportedHealthState HIGH_SEVERITY

Static value highSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.

static final MicrosoftGraphManagedDevicePartnerReportedHealthState LOW_SEVERITY

Static value lowSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.

static final MicrosoftGraphManagedDevicePartnerReportedHealthState MEDIUM_SEVERITY

Static value mediumSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.

static final MicrosoftGraphManagedDevicePartnerReportedHealthState MISCONFIGURED

Static value misconfigured for MicrosoftGraphManagedDevicePartnerReportedHealthState.

static final MicrosoftGraphManagedDevicePartnerReportedHealthState SECURED

Static value secured for MicrosoftGraphManagedDevicePartnerReportedHealthState.

static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNKNOWN

Static value unknown for MicrosoftGraphManagedDevicePartnerReportedHealthState.

static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNRESPONSIVE

Static value unresponsive for MicrosoftGraphManagedDevicePartnerReportedHealthState.

Constructor Summary

Constructor Description
MicrosoftGraphManagedDevicePartnerReportedHealthState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphManagedDevicePartnerReportedHealthState value.

Method Summary

Modifier and Type Method and Description
static MicrosoftGraphManagedDevicePartnerReportedHealthState fromString(String name)

Creates or finds a MicrosoftGraphManagedDevicePartnerReportedHealthState from its string representation.

static Collection<MicrosoftGraphManagedDevicePartnerReportedHealthState> values()

Gets known MicrosoftGraphManagedDevicePartnerReportedHealthState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVATED

public static final MicrosoftGraphManagedDevicePartnerReportedHealthState ACTIVATED

Static value activated for MicrosoftGraphManagedDevicePartnerReportedHealthState.

COMPROMISED

public static final MicrosoftGraphManagedDevicePartnerReportedHealthState COMPROMISED

Static value compromised for MicrosoftGraphManagedDevicePartnerReportedHealthState.

DEACTIVATED

public static final MicrosoftGraphManagedDevicePartnerReportedHealthState DEACTIVATED

Static value deactivated for MicrosoftGraphManagedDevicePartnerReportedHealthState.

HIGH_SEVERITY

public static final MicrosoftGraphManagedDevicePartnerReportedHealthState HIGH_SEVERITY

Static value highSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.

LOW_SEVERITY

public static final MicrosoftGraphManagedDevicePartnerReportedHealthState LOW_SEVERITY

Static value lowSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.

MEDIUM_SEVERITY

public static final MicrosoftGraphManagedDevicePartnerReportedHealthState MEDIUM_SEVERITY

Static value mediumSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.

MISCONFIGURED

public static final MicrosoftGraphManagedDevicePartnerReportedHealthState MISCONFIGURED

Static value misconfigured for MicrosoftGraphManagedDevicePartnerReportedHealthState.

SECURED

public static final MicrosoftGraphManagedDevicePartnerReportedHealthState SECURED

Static value secured for MicrosoftGraphManagedDevicePartnerReportedHealthState.

UNKNOWN

public static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNKNOWN

Static value unknown for MicrosoftGraphManagedDevicePartnerReportedHealthState.

UNRESPONSIVE

public static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNRESPONSIVE

Static value unresponsive for MicrosoftGraphManagedDevicePartnerReportedHealthState.

Constructor Details

MicrosoftGraphManagedDevicePartnerReportedHealthState

@Deprecated
public MicrosoftGraphManagedDevicePartnerReportedHealthState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphManagedDevicePartnerReportedHealthState value.

Method Details

fromString

public static MicrosoftGraphManagedDevicePartnerReportedHealthState fromString(String name)

Creates or finds a MicrosoftGraphManagedDevicePartnerReportedHealthState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphManagedDevicePartnerReportedHealthState.

values

public static Collection values()

Gets known MicrosoftGraphManagedDevicePartnerReportedHealthState values.

Returns:

known MicrosoftGraphManagedDevicePartnerReportedHealthState values.

Applies to