java.lang.Object
com.azure.core.util.ExpandableStringEnum<DownloadType>
com.azure.resourcemanager.appcomplianceautomation.models.DownloadType

public final class DownloadType extends com.azure.core.util.ExpandableStringEnum<DownloadType>
Indicates the download type.
  • Field Details

    • COMPLIANCE_REPORT

      public static final DownloadType COMPLIANCE_REPORT
      Static value ComplianceReport for DownloadType.
    • COMPLIANCE_PDF_REPORT

      public static final DownloadType COMPLIANCE_PDF_REPORT
      Static value CompliancePdfReport for DownloadType.
    • COMPLIANCE_DETAILED_PDF_REPORT

      public static final DownloadType COMPLIANCE_DETAILED_PDF_REPORT
      Static value ComplianceDetailedPdfReport for DownloadType.
    • RESOURCE_LIST

      public static final DownloadType RESOURCE_LIST
      Static value ResourceList for DownloadType.
  • Constructor Details

    • DownloadType

      public DownloadType()
  • Method Details

    • fromString

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

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