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>
plannerPreviewType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphPlannerPreviewTypeStatic value automatic for MicrosoftGraphPlannerPreviewType.static final MicrosoftGraphPlannerPreviewTypeStatic value checklist for MicrosoftGraphPlannerPreviewType.static final MicrosoftGraphPlannerPreviewTypeStatic value description for MicrosoftGraphPlannerPreviewType.static final MicrosoftGraphPlannerPreviewTypeStatic value noPreview for MicrosoftGraphPlannerPreviewType.static final MicrosoftGraphPlannerPreviewTypeStatic value reference for MicrosoftGraphPlannerPreviewType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphPlannerPreviewType from its string representation.values()Gets known MicrosoftGraphPlannerPreviewType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AUTOMATIC
Static value automatic for MicrosoftGraphPlannerPreviewType. -
NO_PREVIEW
Static value noPreview for MicrosoftGraphPlannerPreviewType. -
CHECKLIST
Static value checklist for MicrosoftGraphPlannerPreviewType. -
DESCRIPTION
Static value description for MicrosoftGraphPlannerPreviewType. -
REFERENCE
Static value reference for MicrosoftGraphPlannerPreviewType.
-
-
Constructor Details
-
MicrosoftGraphPlannerPreviewType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphPlannerPreviewType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphPlannerPreviewType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphPlannerPreviewType.
-
values
Gets known MicrosoftGraphPlannerPreviewType values.- Returns:
- known MicrosoftGraphPlannerPreviewType values.
-
fromString(String)factory method.