Class AliasPathTokenType


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

      • 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 Detail

      • AliasPathTokenType

        public AliasPathTokenType()
    • Method Detail

      • 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.