Class SapProductType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SapProductType>
com.azure.resourcemanager.workloads.models.SapProductType
Defines values for SapProductType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SapProductType
Static value ECC for SapProductType.static final SapProductType
Static value Other for SapProductType.static final SapProductType
Static value S4HANA for SapProductType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SapProductType
fromString
(String name) Creates or finds a SapProductType from its string representation.static Collection<SapProductType>
values()
Gets known SapProductType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ECC
Static value ECC for SapProductType. -
S4HANA
Static value S4HANA for SapProductType. -
OTHER
Static value Other for SapProductType.
-
-
Constructor Details
-
SapProductType
public SapProductType()
-
-
Method Details
-
fromString
Creates or finds a SapProductType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SapProductType.
-
values
Gets known SapProductType values.- Returns:
- known SapProductType values.
-