MicrosoftGraphDeviceManagementExchangeAccessState Class

public final class MicrosoftGraphDeviceManagementExchangeAccessState
extends ExpandableStringEnum<MicrosoftGraphDeviceManagementExchangeAccessState>

deviceManagementExchangeAccessState.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphDeviceManagementExchangeAccessState ALLOWED

Static value allowed for MicrosoftGraphDeviceManagementExchangeAccessState.

static final MicrosoftGraphDeviceManagementExchangeAccessState BLOCKED

Static value blocked for MicrosoftGraphDeviceManagementExchangeAccessState.

static final MicrosoftGraphDeviceManagementExchangeAccessState NONE

Static value none for MicrosoftGraphDeviceManagementExchangeAccessState.

static final MicrosoftGraphDeviceManagementExchangeAccessState QUARANTINED

Static value quarantined for MicrosoftGraphDeviceManagementExchangeAccessState.

static final MicrosoftGraphDeviceManagementExchangeAccessState UNKNOWN

Static value unknown for MicrosoftGraphDeviceManagementExchangeAccessState.

Constructor Summary

Constructor Description
MicrosoftGraphDeviceManagementExchangeAccessState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphDeviceManagementExchangeAccessState value.

Method Summary

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

Creates or finds a MicrosoftGraphDeviceManagementExchangeAccessState from its string representation.

static Collection<MicrosoftGraphDeviceManagementExchangeAccessState> values()

Gets known MicrosoftGraphDeviceManagementExchangeAccessState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALLOWED

public static final MicrosoftGraphDeviceManagementExchangeAccessState ALLOWED

Static value allowed for MicrosoftGraphDeviceManagementExchangeAccessState.

BLOCKED

public static final MicrosoftGraphDeviceManagementExchangeAccessState BLOCKED

Static value blocked for MicrosoftGraphDeviceManagementExchangeAccessState.

NONE

public static final MicrosoftGraphDeviceManagementExchangeAccessState NONE

Static value none for MicrosoftGraphDeviceManagementExchangeAccessState.

QUARANTINED

public static final MicrosoftGraphDeviceManagementExchangeAccessState QUARANTINED

Static value quarantined for MicrosoftGraphDeviceManagementExchangeAccessState.

UNKNOWN

public static final MicrosoftGraphDeviceManagementExchangeAccessState UNKNOWN

Static value unknown for MicrosoftGraphDeviceManagementExchangeAccessState.

Constructor Details

MicrosoftGraphDeviceManagementExchangeAccessState

@Deprecated
public MicrosoftGraphDeviceManagementExchangeAccessState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphDeviceManagementExchangeAccessState value.

Method Details

fromString

public static MicrosoftGraphDeviceManagementExchangeAccessState fromString(String name)

Creates or finds a MicrosoftGraphDeviceManagementExchangeAccessState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphDeviceManagementExchangeAccessState.

values

public static Collection values()

Gets known MicrosoftGraphDeviceManagementExchangeAccessState values.

Returns:

known MicrosoftGraphDeviceManagementExchangeAccessState values.

Applies to