Class AppendVariableActivityTypeProperties


  • public final class AppendVariableActivityTypeProperties
    extends Object
    AppendVariable activity properties.
    • Constructor Detail

      • AppendVariableActivityTypeProperties

        public AppendVariableActivityTypeProperties()
    • Method Detail

      • variableName

        public String variableName()
        Get the variableName property: Name of the variable whose value needs to be appended to.
        Returns:
        the variableName value.
      • withVariableName

        public AppendVariableActivityTypeProperties withVariableName​(String variableName)
        Set the variableName property: Name of the variable whose value needs to be appended to.
        Parameters:
        variableName - the variableName value to set.
        Returns:
        the AppendVariableActivityTypeProperties object itself.
      • value

        public Object value()
        Get the value property: Value to be appended. Could be a static value or Expression.
        Returns:
        the value value.
      • withValue

        public AppendVariableActivityTypeProperties withValue​(Object value)
        Set the value property: Value to be appended. Could be a static value or Expression.
        Parameters:
        value - the value value to set.
        Returns:
        the AppendVariableActivityTypeProperties object itself.
      • validate

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