Class ReferenceType


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

      • ID

        public static final ReferenceType ID
        Static value Id for ReferenceType.
      • DATA_PATH

        public static final ReferenceType DATA_PATH
        Static value DataPath for ReferenceType.
      • OUTPUT_PATH

        public static final ReferenceType OUTPUT_PATH
        Static value OutputPath for ReferenceType.
    • Constructor Detail

      • ReferenceType

        public ReferenceType()
    • Method Detail

      • fromString

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

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