Class ConfigurationForBatchUpdateProperties


  • public final class ConfigurationForBatchUpdateProperties
    extends Object
    The properties can be updated for a configuration.
    • Constructor Detail

      • ConfigurationForBatchUpdateProperties

        public ConfigurationForBatchUpdateProperties()
    • Method Detail

      • value

        public String value()
        Get the value property: Value of the configuration.
        Returns:
        the value value.
      • withValue

        public ConfigurationForBatchUpdateProperties withValue​(String value)
        Set the value property: Value of the configuration.
        Parameters:
        value - the value value to set.
        Returns:
        the ConfigurationForBatchUpdateProperties object itself.
      • source

        public String source()
        Get the source property: Source of the configuration.
        Returns:
        the source value.
      • withSource

        public ConfigurationForBatchUpdateProperties withSource​(String source)
        Set the source property: Source of the configuration.
        Parameters:
        source - the source value to set.
        Returns:
        the ConfigurationForBatchUpdateProperties object itself.
      • validate

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