Class Category

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final Category
    Static value custom for Category.
    static final Category
    Static value predefined for Category.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    static Category
    Creates or finds a Category from its string representation.
    Gets known Category 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

    • CUSTOM

      public static final Category CUSTOM
      Static value custom for Category.
    • PREDEFINED

      public static final Category PREDEFINED
      Static value predefined for Category.
  • Constructor Details

  • Method Details

    • fromString

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

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