Class ExportData

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExportData>
com.azure.resourcemanager.security.models.ExportData

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

    Fields
    Modifier and Type
    Field
    Description
    static final ExportData
    Static value RawEvents for ExportData.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ExportData
    Creates or finds a ExportData from its string representation.
    Gets known ExportData 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

    • RAW_EVENTS

      public static final ExportData RAW_EVENTS
      Static value RawEvents for ExportData.
  • Constructor Details

    • ExportData

      public ExportData()
  • Method Details

    • fromString

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

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