Class ProfileEnumValidValuesFormat

java.lang.Object
com.azure.resourcemanager.customerinsights.models.ProfileEnumValidValuesFormat

public final class ProfileEnumValidValuesFormat extends Object
Valid enum values in case of an enum property.
  • Constructor Details

    • ProfileEnumValidValuesFormat

      public ProfileEnumValidValuesFormat()
      Creates an instance of ProfileEnumValidValuesFormat class.
  • Method Details

    • value

      public Integer value()
      Get the value property: The integer value of the enum member.
      Returns:
      the value value.
    • withValue

      public ProfileEnumValidValuesFormat withValue(Integer value)
      Set the value property: The integer value of the enum member.
      Parameters:
      value - the value value to set.
      Returns:
      the ProfileEnumValidValuesFormat object itself.
    • localizedValueNames

      public Map<String,String> localizedValueNames()
      Get the localizedValueNames property: Localized names of the enum member.
      Returns:
      the localizedValueNames value.
    • withLocalizedValueNames

      public ProfileEnumValidValuesFormat withLocalizedValueNames(Map<String,String> localizedValueNames)
      Set the localizedValueNames property: Localized names of the enum member.
      Parameters:
      localizedValueNames - the localizedValueNames value to set.
      Returns:
      the ProfileEnumValidValuesFormat object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.