MicrosoftGraphActionState Class

public final class MicrosoftGraphActionState
extends ExpandableStringEnum<MicrosoftGraphActionState>

actionState.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphActionState ACTIVE

Static value active for MicrosoftGraphActionState.

static final MicrosoftGraphActionState CANCELED

Static value canceled for MicrosoftGraphActionState.

static final MicrosoftGraphActionState DONE

Static value done for MicrosoftGraphActionState.

static final MicrosoftGraphActionState FAILED

Static value failed for MicrosoftGraphActionState.

static final MicrosoftGraphActionState NONE

Static value none for MicrosoftGraphActionState.

static final MicrosoftGraphActionState NOT_SUPPORTED

Static value notSupported for MicrosoftGraphActionState.

static final MicrosoftGraphActionState PENDING

Static value pending for MicrosoftGraphActionState.

Constructor Summary

Constructor Description
MicrosoftGraphActionState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphActionState value.

Method Summary

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

Creates or finds a MicrosoftGraphActionState from its string representation.

static Collection<MicrosoftGraphActionState> values()

Gets known MicrosoftGraphActionState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVE

public static final MicrosoftGraphActionState ACTIVE

Static value active for MicrosoftGraphActionState.

CANCELED

public static final MicrosoftGraphActionState CANCELED

Static value canceled for MicrosoftGraphActionState.

DONE

public static final MicrosoftGraphActionState DONE

Static value done for MicrosoftGraphActionState.

FAILED

public static final MicrosoftGraphActionState FAILED

Static value failed for MicrosoftGraphActionState.

NONE

public static final MicrosoftGraphActionState NONE

Static value none for MicrosoftGraphActionState.

NOT_SUPPORTED

public static final MicrosoftGraphActionState NOT_SUPPORTED

Static value notSupported for MicrosoftGraphActionState.

PENDING

public static final MicrosoftGraphActionState PENDING

Static value pending for MicrosoftGraphActionState.

Constructor Details

MicrosoftGraphActionState

@Deprecated
public MicrosoftGraphActionState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphActionState value.

Method Details

fromString

public static MicrosoftGraphActionState fromString(String name)

Creates or finds a MicrosoftGraphActionState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphActionState.

values

public static Collection values()

Gets known MicrosoftGraphActionState values.

Returns:

known MicrosoftGraphActionState values.

Applies to