java.lang.Object
com.azure.core.util.ExpandableStringEnum<Type>
com.azure.resourcemanager.containerservice.models.Type

public final class Type extends com.azure.core.util.ExpandableStringEnum<Type>
The week index. Specifies on which week of the month the dayOfWeek applies.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Type
    Static value First for Type.
    static final Type
    Static value Fourth for Type.
    static final Type
    Static value Last for Type.
    static final Type
    Static value Second for Type.
    static final Type
    Static value Third 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, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • FIRST

      public static final Type FIRST
      Static value First for Type.
    • SECOND

      public static final Type SECOND
      Static value Second for Type.
    • THIRD

      public static final Type THIRD
      Static value Third for Type.
    • FOURTH

      public static final Type FOURTH
      Static value Fourth for Type.
    • LAST

      public static final Type LAST
      Static value Last 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.