MicrosoftGraphWellknownListName Class

public final class MicrosoftGraphWellknownListName
extends ExpandableStringEnum<MicrosoftGraphWellknownListName>

wellknownListName.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphWellknownListName DEFAULT_LIST

Static value defaultList for MicrosoftGraphWellknownListName.

static final MicrosoftGraphWellknownListName FLAGGED_EMAILS

Static value flaggedEmails for MicrosoftGraphWellknownListName.

static final MicrosoftGraphWellknownListName NONE

Static value none for MicrosoftGraphWellknownListName.

static final MicrosoftGraphWellknownListName UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphWellknownListName.

Constructor Summary

Constructor Description
MicrosoftGraphWellknownListName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphWellknownListName value.

Method Summary

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

Creates or finds a MicrosoftGraphWellknownListName from its string representation.

static Collection<MicrosoftGraphWellknownListName> values()

Gets known MicrosoftGraphWellknownListName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEFAULT_LIST

public static final MicrosoftGraphWellknownListName DEFAULT_LIST

Static value defaultList for MicrosoftGraphWellknownListName.

FLAGGED_EMAILS

public static final MicrosoftGraphWellknownListName FLAGGED_EMAILS

Static value flaggedEmails for MicrosoftGraphWellknownListName.

NONE

public static final MicrosoftGraphWellknownListName NONE

Static value none for MicrosoftGraphWellknownListName.

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphWellknownListName UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphWellknownListName.

Constructor Details

MicrosoftGraphWellknownListName

@Deprecated
public MicrosoftGraphWellknownListName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphWellknownListName value.

Method Details

fromString

public static MicrosoftGraphWellknownListName fromString(String name)

Creates or finds a MicrosoftGraphWellknownListName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphWellknownListName.

values

public static Collection values()

Gets known MicrosoftGraphWellknownListName values.

Returns:

known MicrosoftGraphWellknownListName values.

Applies to