MicrosoftGraphPlannerPreviewType Class

public final class MicrosoftGraphPlannerPreviewType
extends ExpandableStringEnum<MicrosoftGraphPlannerPreviewType>

plannerPreviewType.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphPlannerPreviewType AUTOMATIC

Static value automatic for MicrosoftGraphPlannerPreviewType.

static final MicrosoftGraphPlannerPreviewType CHECKLIST

Static value checklist for MicrosoftGraphPlannerPreviewType.

static final MicrosoftGraphPlannerPreviewType DESCRIPTION

Static value description for MicrosoftGraphPlannerPreviewType.

static final MicrosoftGraphPlannerPreviewType NO_PREVIEW

Static value noPreview for MicrosoftGraphPlannerPreviewType.

static final MicrosoftGraphPlannerPreviewType REFERENCE

Static value reference for MicrosoftGraphPlannerPreviewType.

Constructor Summary

Constructor Description
MicrosoftGraphPlannerPreviewType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphPlannerPreviewType value.

Method Summary

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

Creates or finds a MicrosoftGraphPlannerPreviewType from its string representation.

static Collection<MicrosoftGraphPlannerPreviewType> values()

Gets known MicrosoftGraphPlannerPreviewType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTOMATIC

public static final MicrosoftGraphPlannerPreviewType AUTOMATIC

Static value automatic for MicrosoftGraphPlannerPreviewType.

CHECKLIST

public static final MicrosoftGraphPlannerPreviewType CHECKLIST

Static value checklist for MicrosoftGraphPlannerPreviewType.

DESCRIPTION

public static final MicrosoftGraphPlannerPreviewType DESCRIPTION

Static value description for MicrosoftGraphPlannerPreviewType.

NO_PREVIEW

public static final MicrosoftGraphPlannerPreviewType NO_PREVIEW

Static value noPreview for MicrosoftGraphPlannerPreviewType.

REFERENCE

public static final MicrosoftGraphPlannerPreviewType REFERENCE

Static value reference for MicrosoftGraphPlannerPreviewType.

Constructor Details

MicrosoftGraphPlannerPreviewType

@Deprecated
public MicrosoftGraphPlannerPreviewType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphPlannerPreviewType value.

Method Details

fromString

public static MicrosoftGraphPlannerPreviewType fromString(String name)

Creates or finds a MicrosoftGraphPlannerPreviewType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphPlannerPreviewType.

values

public static Collection values()

Gets known MicrosoftGraphPlannerPreviewType values.

Returns:

known MicrosoftGraphPlannerPreviewType values.

Applies to