Class SourceType


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

      • LOCAL_FILE

        public static final SourceType LOCAL_FILE
        Static value Local file for SourceType.
      • REMOTE_STORAGE

        public static final SourceType REMOTE_STORAGE
        Static value Remote storage 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.