Class ConfigurationForBatchUpdate


  • public final class ConfigurationForBatchUpdate
    extends Object
    Represents a Configuration.
    • Constructor Detail

      • ConfigurationForBatchUpdate

        public ConfigurationForBatchUpdate()
    • Method Detail

      • name

        public String name()
        Get the name property: Name of the configuration.
        Returns:
        the name value.
      • withName

        public ConfigurationForBatchUpdate withName​(String name)
        Set the name property: Name of the configuration.
        Parameters:
        name - the name value to set.
        Returns:
        the ConfigurationForBatchUpdate object itself.
      • value

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

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

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

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

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