Class MicrosoftGraphPlannerPreviewType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphPlannerPreviewType>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerPreviewType
-
public final class MicrosoftGraphPlannerPreviewType extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphPlannerPreviewType>
Defines values for MicrosoftGraphPlannerPreviewType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphPlannerPreviewTypeAUTOMATICStatic value automatic for MicrosoftGraphPlannerPreviewType.static MicrosoftGraphPlannerPreviewTypeCHECKLISTStatic value checklist for MicrosoftGraphPlannerPreviewType.static MicrosoftGraphPlannerPreviewTypeDESCRIPTIONStatic value description for MicrosoftGraphPlannerPreviewType.static MicrosoftGraphPlannerPreviewTypeNO_PREVIEWStatic value noPreview for MicrosoftGraphPlannerPreviewType.static MicrosoftGraphPlannerPreviewTypeREFERENCEStatic value reference for MicrosoftGraphPlannerPreviewType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphPlannerPreviewType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphPlannerPreviewTypefromString(String name)Creates or finds a MicrosoftGraphPlannerPreviewType from its string representation.static Collection<MicrosoftGraphPlannerPreviewType>values()
-
-
-
Field Detail
-
AUTOMATIC
public static final MicrosoftGraphPlannerPreviewType AUTOMATIC
Static value automatic for MicrosoftGraphPlannerPreviewType.
-
NO_PREVIEW
public static final MicrosoftGraphPlannerPreviewType NO_PREVIEW
Static value noPreview for MicrosoftGraphPlannerPreviewType.
-
CHECKLIST
public static final MicrosoftGraphPlannerPreviewType CHECKLIST
Static value checklist for MicrosoftGraphPlannerPreviewType.
-
DESCRIPTION
public static final MicrosoftGraphPlannerPreviewType DESCRIPTION
Static value description for MicrosoftGraphPlannerPreviewType.
-
REFERENCE
public static final MicrosoftGraphPlannerPreviewType REFERENCE
Static value reference for MicrosoftGraphPlannerPreviewType.
-
-
Method Detail
-
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<MicrosoftGraphPlannerPreviewType> values()
- Returns:
- known MicrosoftGraphPlannerPreviewType values.
-
-