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>
Defines values for MicrosoftGraphLocationType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphLocationTypeBUSINESS_ADDRESSStatic value businessAddress for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeCONFERENCE_ROOMStatic value conferenceRoom for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeDEFAULTStatic value default for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeGEO_COORDINATESStatic value geoCoordinates for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeHOME_ADDRESSStatic value homeAddress for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeHOTELStatic value hotel for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeLOCAL_BUSINESSStatic value localBusiness for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypePOSTAL_ADDRESSStatic value postalAddress for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeRESTAURANTStatic value restaurant for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeSTREET_ADDRESSStatic value streetAddress for MicrosoftGraphLocationType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphLocationType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphLocationTypefromString(String name)Creates or finds a MicrosoftGraphLocationType from its string representation.static Collection<MicrosoftGraphLocationType>values()
-
-
-
Field Detail
-
DEFAULT
public static final MicrosoftGraphLocationType DEFAULT
Static value default for MicrosoftGraphLocationType.
-
CONFERENCE_ROOM
public static final MicrosoftGraphLocationType CONFERENCE_ROOM
Static value conferenceRoom for MicrosoftGraphLocationType.
-
HOME_ADDRESS
public static final MicrosoftGraphLocationType HOME_ADDRESS
Static value homeAddress for MicrosoftGraphLocationType.
-
BUSINESS_ADDRESS
public static final MicrosoftGraphLocationType BUSINESS_ADDRESS
Static value businessAddress for MicrosoftGraphLocationType.
-
GEO_COORDINATES
public static final MicrosoftGraphLocationType GEO_COORDINATES
Static value geoCoordinates for MicrosoftGraphLocationType.
-
STREET_ADDRESS
public static final MicrosoftGraphLocationType STREET_ADDRESS
Static value streetAddress for MicrosoftGraphLocationType.
-
HOTEL
public static final MicrosoftGraphLocationType HOTEL
Static value hotel for MicrosoftGraphLocationType.
-
RESTAURANT
public static final MicrosoftGraphLocationType RESTAURANT
Static value restaurant for MicrosoftGraphLocationType.
-
LOCAL_BUSINESS
public static final MicrosoftGraphLocationType LOCAL_BUSINESS
Static value localBusiness for MicrosoftGraphLocationType.
-
POSTAL_ADDRESS
public static final MicrosoftGraphLocationType POSTAL_ADDRESS
Static value postalAddress for MicrosoftGraphLocationType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphLocationType fromString(String name)
Creates or finds a MicrosoftGraphLocationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphLocationType.
-
values
public static Collection<MicrosoftGraphLocationType> values()
- Returns:
- known MicrosoftGraphLocationType values.
-
-