Class MicrosoftGraphLocationType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphLocationType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLocationType
public final class MicrosoftGraphLocationType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphLocationType>
locationType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphLocationTypeStatic value businessAddress for MicrosoftGraphLocationType.static final MicrosoftGraphLocationTypeStatic value conferenceRoom for MicrosoftGraphLocationType.static final MicrosoftGraphLocationTypeStatic value default for MicrosoftGraphLocationType.static final MicrosoftGraphLocationTypeStatic value geoCoordinates for MicrosoftGraphLocationType.static final MicrosoftGraphLocationTypeStatic value homeAddress for MicrosoftGraphLocationType.static final MicrosoftGraphLocationTypeStatic value hotel for MicrosoftGraphLocationType.static final MicrosoftGraphLocationTypeStatic value localBusiness for MicrosoftGraphLocationType.static final MicrosoftGraphLocationTypeStatic value postalAddress for MicrosoftGraphLocationType.static final MicrosoftGraphLocationTypeStatic value restaurant for MicrosoftGraphLocationType.static final MicrosoftGraphLocationTypeStatic value streetAddress for MicrosoftGraphLocationType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphLocationTypefromString(String name) Creates or finds a MicrosoftGraphLocationType from its string representation.static Collection<MicrosoftGraphLocationType>values()Gets known MicrosoftGraphLocationType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DEFAULT
Static value default for MicrosoftGraphLocationType. -
CONFERENCE_ROOM
Static value conferenceRoom for MicrosoftGraphLocationType. -
HOME_ADDRESS
Static value homeAddress for MicrosoftGraphLocationType. -
BUSINESS_ADDRESS
Static value businessAddress for MicrosoftGraphLocationType. -
GEO_COORDINATES
Static value geoCoordinates for MicrosoftGraphLocationType. -
STREET_ADDRESS
Static value streetAddress for MicrosoftGraphLocationType. -
HOTEL
Static value hotel for MicrosoftGraphLocationType. -
RESTAURANT
Static value restaurant for MicrosoftGraphLocationType. -
LOCAL_BUSINESS
Static value localBusiness for MicrosoftGraphLocationType. -
POSTAL_ADDRESS
Static value postalAddress for MicrosoftGraphLocationType.
-
-
Constructor Details
-
MicrosoftGraphLocationType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphLocationType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphLocationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphLocationType.
-
values
Gets known MicrosoftGraphLocationType values.- Returns:
- known MicrosoftGraphLocationType values.
-
fromString(String)factory method.