Interface ExecutionParameter.Builder

    • Method Detail

      • name

        ExecutionParameter.Builder name​(String name)

        The name of the execution parameter.

        Parameters:
        name - The name of the execution parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ExecutionParameter.Builder type​(String type)

        The execution parameter type.

        Parameters:
        type - The execution parameter type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultValues

        ExecutionParameter.Builder defaultValues​(Collection<String> defaultValues)

        The default values for the execution parameter.

        Parameters:
        defaultValues - The default values for the execution parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultValues

        ExecutionParameter.Builder defaultValues​(String... defaultValues)

        The default values for the execution parameter.

        Parameters:
        defaultValues - The default values for the execution parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.