Class HibernateSupport
java.lang.Object
com.azure.core.util.ExpandableStringEnum<HibernateSupport>
com.azure.resourcemanager.devcenter.models.HibernateSupport
public final class HibernateSupport
extends com.azure.core.util.ExpandableStringEnum<HibernateSupport>
Indicates whether hibernate is enabled/disabled.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HibernateSupport
Static value Disabled for HibernateSupport.static final HibernateSupport
Static value Enabled for HibernateSupport. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HibernateSupport
fromString
(String name) Creates or finds a HibernateSupport from its string representation.static Collection<HibernateSupport>
values()
Gets known HibernateSupport values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DISABLED
Static value Disabled for HibernateSupport. -
ENABLED
Static value Enabled for HibernateSupport.
-
-
Constructor Details
-
HibernateSupport
public HibernateSupport()
-
-
Method Details
-
fromString
Creates or finds a HibernateSupport from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding HibernateSupport.
-
values
Gets known HibernateSupport values.- Returns:
- known HibernateSupport values.
-