MicrosoftGraphMessageActionFlag Class

public final class MicrosoftGraphMessageActionFlag
extends ExpandableStringEnum<MicrosoftGraphMessageActionFlag>

messageActionFlag.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphMessageActionFlag ANY

Static value any for MicrosoftGraphMessageActionFlag.

static final MicrosoftGraphMessageActionFlag CALL

Static value call for MicrosoftGraphMessageActionFlag.

static final MicrosoftGraphMessageActionFlag DO_NOT_FORWARD

Static value doNotForward for MicrosoftGraphMessageActionFlag.

static final MicrosoftGraphMessageActionFlag FOLLOW_UP

Static value followUp for MicrosoftGraphMessageActionFlag.

static final MicrosoftGraphMessageActionFlag FORWARD

Static value forward for MicrosoftGraphMessageActionFlag.

static final MicrosoftGraphMessageActionFlag FYI

Static value fyi for MicrosoftGraphMessageActionFlag.

static final MicrosoftGraphMessageActionFlag NO_RESPONSE_NECESSARY

Static value noResponseNecessary for MicrosoftGraphMessageActionFlag.

static final MicrosoftGraphMessageActionFlag READ

Static value read for MicrosoftGraphMessageActionFlag.

static final MicrosoftGraphMessageActionFlag REPLY

Static value reply for MicrosoftGraphMessageActionFlag.

static final MicrosoftGraphMessageActionFlag REPLY_TO_ALL

Static value replyToAll for MicrosoftGraphMessageActionFlag.

static final MicrosoftGraphMessageActionFlag REVIEW

Static value review for MicrosoftGraphMessageActionFlag.

Constructor Summary

Constructor Description
MicrosoftGraphMessageActionFlag()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphMessageActionFlag value.

Method Summary

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

Creates or finds a MicrosoftGraphMessageActionFlag from its string representation.

static Collection<MicrosoftGraphMessageActionFlag> values()

Gets known MicrosoftGraphMessageActionFlag values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ANY

public static final MicrosoftGraphMessageActionFlag ANY

Static value any for MicrosoftGraphMessageActionFlag.

CALL

public static final MicrosoftGraphMessageActionFlag CALL

Static value call for MicrosoftGraphMessageActionFlag.

DO_NOT_FORWARD

public static final MicrosoftGraphMessageActionFlag DO_NOT_FORWARD

Static value doNotForward for MicrosoftGraphMessageActionFlag.

FOLLOW_UP

public static final MicrosoftGraphMessageActionFlag FOLLOW_UP

Static value followUp for MicrosoftGraphMessageActionFlag.

FORWARD

public static final MicrosoftGraphMessageActionFlag FORWARD

Static value forward for MicrosoftGraphMessageActionFlag.

FYI

public static final MicrosoftGraphMessageActionFlag FYI

Static value fyi for MicrosoftGraphMessageActionFlag.

NO_RESPONSE_NECESSARY

public static final MicrosoftGraphMessageActionFlag NO_RESPONSE_NECESSARY

Static value noResponseNecessary for MicrosoftGraphMessageActionFlag.

READ

public static final MicrosoftGraphMessageActionFlag READ

Static value read for MicrosoftGraphMessageActionFlag.

REPLY

public static final MicrosoftGraphMessageActionFlag REPLY

Static value reply for MicrosoftGraphMessageActionFlag.

REPLY_TO_ALL

public static final MicrosoftGraphMessageActionFlag REPLY_TO_ALL

Static value replyToAll for MicrosoftGraphMessageActionFlag.

REVIEW

public static final MicrosoftGraphMessageActionFlag REVIEW

Static value review for MicrosoftGraphMessageActionFlag.

Constructor Details

MicrosoftGraphMessageActionFlag

@Deprecated
public MicrosoftGraphMessageActionFlag()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphMessageActionFlag value.

Method Details

fromString

public static MicrosoftGraphMessageActionFlag fromString(String name)

Creates or finds a MicrosoftGraphMessageActionFlag from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphMessageActionFlag.

values

public static Collection values()

Gets known MicrosoftGraphMessageActionFlag values.

Returns:

known MicrosoftGraphMessageActionFlag values.

Applies to