Class FeatureType


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

      • INVALID

        public static final FeatureType INVALID
        Static value Invalid for FeatureType.
      • DATA_SOURCE_TYPE

        public static final FeatureType DATA_SOURCE_TYPE
        Static value DataSourceType for FeatureType.
    • Constructor Detail

      • FeatureType

        public FeatureType()
    • Method Detail

      • fromString

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