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 Details

    • 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.
  • Constructor Details

    • MicrosoftGraphLocationType

      @Deprecated public MicrosoftGraphLocationType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of MicrosoftGraphLocationType value.
  • Method Details

    • 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()
      Gets known MicrosoftGraphLocationType values.
      Returns:
      known MicrosoftGraphLocationType values.