Class CellOutputType


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

      • EXECUTE_RESULT

        public static final CellOutputType EXECUTE_RESULT
        Static value execute_result for CellOutputType.
      • DISPLAY_DATA

        public static final CellOutputType DISPLAY_DATA
        Static value display_data for CellOutputType.
      • STREAM

        public static final CellOutputType STREAM
        Static value stream for CellOutputType.
      • ERROR

        public static final CellOutputType ERROR
        Static value error for CellOutputType.
    • Constructor Detail

      • CellOutputType

        public CellOutputType()
    • Method Detail

      • fromString

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