Class SapProductType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SapProductType>
com.azure.resourcemanager.workloads.models.SapProductType

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

    • ECC

      public static final SapProductType ECC
      Static value ECC for SapProductType.
    • S4HANA

      public static final SapProductType S4HANA
      Static value S4HANA for SapProductType.
    • OTHER

      public static final SapProductType OTHER
      Static value Other for SapProductType.
  • Constructor Details

    • SapProductType

      public SapProductType()
  • Method Details

    • fromString

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

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