java.lang.Object
com.azure.core.util.ExpandableStringEnum<OutputType>
com.azure.resourcemanager.securityinsights.models.OutputType

public final class OutputType extends com.azure.core.util.ExpandableStringEnum<OutputType>
Insights Column type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final OutputType
    Static value Date for OutputType.
    static final OutputType
    Static value Entity for OutputType.
    static final OutputType
    Static value Number for OutputType.
    static final OutputType
    Static value String for OutputType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static OutputType
    Creates or finds a OutputType from its string representation.
    Gets known OutputType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • NUMBER

      public static final OutputType NUMBER
      Static value Number for OutputType.
    • STRING

      public static final OutputType STRING
      Static value String for OutputType.
    • DATE

      public static final OutputType DATE
      Static value Date for OutputType.
    • ENTITY

      public static final OutputType ENTITY
      Static value Entity for OutputType.
  • Constructor Details

    • OutputType

      public OutputType()
  • Method Details

    • fromString

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

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