java.lang.Object
com.azure.core.util.ExpandableStringEnum<FormatType>
com.azure.resourcemanager.costmanagement.models.FormatType

public final class FormatType extends com.azure.core.util.ExpandableStringEnum<FormatType>
The format of the export being delivered. Currently only 'Csv' is supported.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final FormatType
    Static value Csv for FormatType.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

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

    • CSV

      public static final FormatType CSV
      Static value Csv for FormatType.
  • Constructor Details

  • Method Details

    • fromString

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

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