Class AliasPathTokenType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AliasPathTokenType>
com.microsoft.azure.management.resources.AliasPathTokenType

public final class AliasPathTokenType extends com.microsoft.rest.ExpandableStringEnum<AliasPathTokenType>
Defines values for AliasPathTokenType.
  • Field Details

    • NOT_SPECIFIED

      public static final AliasPathTokenType NOT_SPECIFIED
      Static value NotSpecified for AliasPathTokenType.
    • ANY

      public static final AliasPathTokenType ANY
      Static value Any for AliasPathTokenType.
    • STRING

      public static final AliasPathTokenType STRING
      Static value String for AliasPathTokenType.
    • OBJECT

      public static final AliasPathTokenType OBJECT
      Static value Object for AliasPathTokenType.
    • ARRAY

      public static final AliasPathTokenType ARRAY
      Static value Array for AliasPathTokenType.
    • INTEGER

      public static final AliasPathTokenType INTEGER
      Static value Integer for AliasPathTokenType.
    • NUMBER

      public static final AliasPathTokenType NUMBER
      Static value Number for AliasPathTokenType.
    • BOOLEAN

      public static final AliasPathTokenType BOOLEAN
      Static value Boolean for AliasPathTokenType.
  • Constructor Details

    • AliasPathTokenType

      public AliasPathTokenType()
  • Method Details

    • fromString

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

      public static Collection<AliasPathTokenType> values()
      Returns:
      known AliasPathTokenType values