Class SourceType


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

      • DATASET

        public static final SourceType DATASET
        Static value Dataset for SourceType.
      • DATASTORE

        public static final SourceType DATASTORE
        Static value Datastore for SourceType.
      • URI

        public static final SourceType URI
        Static value URI for SourceType.
    • Constructor Detail

      • SourceType

        public SourceType()
    • Method Detail

      • fromString

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

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