Class CanonicalPropertyValueType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CanonicalPropertyValueType>
com.azure.resourcemanager.customerinsights.models.CanonicalPropertyValueType

public final class CanonicalPropertyValueType extends com.azure.core.util.ExpandableStringEnum<CanonicalPropertyValueType>
Type of canonical property value.
  • Field Details

    • NUMERIC

      public static final CanonicalPropertyValueType NUMERIC
      Static value Numeric for CanonicalPropertyValueType.
    • CATEGORICAL

      public static final CanonicalPropertyValueType CATEGORICAL
      Static value Categorical for CanonicalPropertyValueType.
    • DERIVED_CATEGORICAL

      public static final CanonicalPropertyValueType DERIVED_CATEGORICAL
      Static value DerivedCategorical for CanonicalPropertyValueType.
    • DERIVED_NUMERIC

      public static final CanonicalPropertyValueType DERIVED_NUMERIC
      Static value DerivedNumeric for CanonicalPropertyValueType.
  • Constructor Details

    • CanonicalPropertyValueType

      @Deprecated public CanonicalPropertyValueType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of CanonicalPropertyValueType value.
  • Method Details

    • fromString

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

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