Class MicrosoftGraphWebsiteType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphWebsiteType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWebsiteType
public final class MicrosoftGraphWebsiteType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphWebsiteType>
websiteType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphWebsiteTypeStatic value blog for MicrosoftGraphWebsiteType.static final MicrosoftGraphWebsiteTypeStatic value home for MicrosoftGraphWebsiteType.static final MicrosoftGraphWebsiteTypeStatic value other for MicrosoftGraphWebsiteType.static final MicrosoftGraphWebsiteTypeStatic value profile for MicrosoftGraphWebsiteType.static final MicrosoftGraphWebsiteTypeStatic value work for MicrosoftGraphWebsiteType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphWebsiteTypefromString(String name) Creates or finds a MicrosoftGraphWebsiteType from its string representation.static Collection<MicrosoftGraphWebsiteType>values()Gets known MicrosoftGraphWebsiteType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
OTHER
Static value other for MicrosoftGraphWebsiteType. -
HOME
Static value home for MicrosoftGraphWebsiteType. -
WORK
Static value work for MicrosoftGraphWebsiteType. -
BLOG
Static value blog for MicrosoftGraphWebsiteType. -
PROFILE
Static value profile for MicrosoftGraphWebsiteType.
-
-
Constructor Details
-
MicrosoftGraphWebsiteType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphWebsiteType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphWebsiteType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphWebsiteType.
-
values
Gets known MicrosoftGraphWebsiteType values.- Returns:
- known MicrosoftGraphWebsiteType values.
-
fromString(String)factory method.