java.lang.Object
com.azure.core.util.ExpandableStringEnum<Kind>
com.azure.resourcemanager.maps.models.Kind

public final class Kind extends com.azure.core.util.ExpandableStringEnum<Kind>
The Kind of the Maps Account.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Kind
    Static value Gen1 for Kind.
    static final Kind
    Static value Gen2 for Kind.
  • Constructor Summary

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

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

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

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • GEN1

      public static final Kind GEN1
      Static value Gen1 for Kind.
    • GEN2

      public static final Kind GEN2
      Static value Gen2 for Kind.
  • Constructor Details

  • Method Details

    • fromString

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

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