Class ResolutionEnum

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ResolutionEnum>
com.azure.maps.search.models.ResolutionEnum
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ResolutionEnum extends com.azure.core.util.ExpandableStringEnum<ResolutionEnum>
Defines values for ResolutionEnum.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ResolutionEnum
    Return the boundary geometry with more or the same amount of points as large.
    static final ResolutionEnum
    Return the boundary geometry with more or the same amount of points as medium.
    static final ResolutionEnum
    Return the boundary geometry with more or the same amount of points as small.
    static final ResolutionEnum
    Return the boundary geometry with the least amount of points.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a ResolutionEnum from its string representation.
    Gets known ResolutionEnum values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • SMALL

      public static final ResolutionEnum SMALL
      Return the boundary geometry with the least amount of points.
    • MEDIUM

      public static final ResolutionEnum MEDIUM
      Return the boundary geometry with more or the same amount of points as small.
    • LARGE

      public static final ResolutionEnum LARGE
      Return the boundary geometry with more or the same amount of points as medium.
    • HUGE

      public static final ResolutionEnum HUGE
      Return the boundary geometry with more or the same amount of points as large.
  • Constructor Details

    • ResolutionEnum

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

    • fromString

      public static ResolutionEnum fromString(String name)
      Creates or finds a ResolutionEnum from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ResolutionEnum.
    • values

      public static Collection<ResolutionEnum> values()
      Gets known ResolutionEnum values.
      Returns:
      known ResolutionEnum values.