Class DeployConfigurationParameterProperties


  • public final class DeployConfigurationParameterProperties
    extends Object
    Parameters supplied to the Deploy Configuration operation.
    • Constructor Detail

      • DeployConfigurationParameterProperties

        public DeployConfigurationParameterProperties()
    • Method Detail

      • branch

        public String branch()
        Get the branch property: The name of the Git branch from which the configuration is to be deployed to the configuration database.
        Returns:
        the branch value.
      • withBranch

        public DeployConfigurationParameterProperties withBranch​(String branch)
        Set the branch property: The name of the Git branch from which the configuration is to be deployed to the configuration database.
        Parameters:
        branch - the branch value to set.
        Returns:
        the DeployConfigurationParameterProperties object itself.
      • force

        public Boolean force()
        Get the force property: The value enforcing deleting subscriptions to products that are deleted in this update.
        Returns:
        the force value.
      • withForce

        public DeployConfigurationParameterProperties withForce​(Boolean force)
        Set the force property: The value enforcing deleting subscriptions to products that are deleted in this update.
        Parameters:
        force - the force value to set.
        Returns:
        the DeployConfigurationParameterProperties object itself.
      • validate

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