Class Type

java.lang.Object
com.azure.core.util.ExpandableStringEnum<Type>
com.azure.resourcemanager.hdinsight.containers.models.Type
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class Type extends com.azure.core.util.ExpandableStringEnum<Type>
Type of the library.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Type
    Static value maven for Type.
    static final Type
    Static value pypi for Type.
  • Constructor Summary

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

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

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

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class Object

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

    • PYPI

      public static final Type PYPI
      Static value pypi for Type.
    • MAVEN

      public static final Type MAVEN
      Static value maven for Type.
  • Constructor Details

  • Method Details

    • fromString

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

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