Class MicrosoftGraphPhoneType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphPhoneType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPhoneType
public final class MicrosoftGraphPhoneType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphPhoneType>
Defines values for MicrosoftGraphPhoneType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphPhoneTypeStatic value assistant for MicrosoftGraphPhoneType.static final MicrosoftGraphPhoneTypeStatic value business for MicrosoftGraphPhoneType.static final MicrosoftGraphPhoneTypeStatic value businessFax for MicrosoftGraphPhoneType.static final MicrosoftGraphPhoneTypeStatic value home for MicrosoftGraphPhoneType.static final MicrosoftGraphPhoneTypeStatic value homeFax for MicrosoftGraphPhoneType.static final MicrosoftGraphPhoneTypeStatic value mobile for MicrosoftGraphPhoneType.static final MicrosoftGraphPhoneTypeStatic value other for MicrosoftGraphPhoneType.static final MicrosoftGraphPhoneTypeStatic value otherFax for MicrosoftGraphPhoneType.static final MicrosoftGraphPhoneTypeStatic value pager for MicrosoftGraphPhoneType.static final MicrosoftGraphPhoneTypeStatic value radio for MicrosoftGraphPhoneType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphPhoneTypefromString(String name) Creates or finds a MicrosoftGraphPhoneType from its string representation.static Collection<MicrosoftGraphPhoneType>values()Gets known MicrosoftGraphPhoneType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
HOME
Static value home for MicrosoftGraphPhoneType. -
BUSINESS
Static value business for MicrosoftGraphPhoneType. -
MOBILE
Static value mobile for MicrosoftGraphPhoneType. -
OTHER
Static value other for MicrosoftGraphPhoneType. -
ASSISTANT
Static value assistant for MicrosoftGraphPhoneType. -
HOME_FAX
Static value homeFax for MicrosoftGraphPhoneType. -
BUSINESS_FAX
Static value businessFax for MicrosoftGraphPhoneType. -
OTHER_FAX
Static value otherFax for MicrosoftGraphPhoneType. -
PAGER
Static value pager for MicrosoftGraphPhoneType. -
RADIO
Static value radio for MicrosoftGraphPhoneType.
-
-
Constructor Details
-
MicrosoftGraphPhoneType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphPhoneType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphPhoneType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphPhoneType.
-
values
Gets known MicrosoftGraphPhoneType values.- Returns:
- known MicrosoftGraphPhoneType values.
-
fromString(String)factory method.