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>
Defines values for MicrosoftGraphWebsiteType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphWebsiteTypeBLOGStatic value blog for MicrosoftGraphWebsiteType.static MicrosoftGraphWebsiteTypeHOMEStatic value home for MicrosoftGraphWebsiteType.static MicrosoftGraphWebsiteTypeOTHERStatic value other for MicrosoftGraphWebsiteType.static MicrosoftGraphWebsiteTypePROFILEStatic value profile for MicrosoftGraphWebsiteType.static MicrosoftGraphWebsiteTypeWORKStatic value work for MicrosoftGraphWebsiteType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWebsiteType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphWebsiteTypefromString(String name)Creates or finds a MicrosoftGraphWebsiteType from its string representation.static Collection<MicrosoftGraphWebsiteType>values()
-
-
-
Field Detail
-
OTHER
public static final MicrosoftGraphWebsiteType OTHER
Static value other for MicrosoftGraphWebsiteType.
-
HOME
public static final MicrosoftGraphWebsiteType HOME
Static value home for MicrosoftGraphWebsiteType.
-
WORK
public static final MicrosoftGraphWebsiteType WORK
Static value work for MicrosoftGraphWebsiteType.
-
BLOG
public static final MicrosoftGraphWebsiteType BLOG
Static value blog for MicrosoftGraphWebsiteType.
-
PROFILE
public static final MicrosoftGraphWebsiteType PROFILE
Static value profile for MicrosoftGraphWebsiteType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphWebsiteType fromString(String name)
Creates or finds a MicrosoftGraphWebsiteType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphWebsiteType.
-
values
public static Collection<MicrosoftGraphWebsiteType> values()
- Returns:
- known MicrosoftGraphWebsiteType values.
-
-