Interface StringDatasetParameterDefaultValues.Builder

    • Method Detail

      • staticValues

        StringDatasetParameterDefaultValues.Builder staticValues​(Collection<String> staticValues)

        A list of static default values for a given string parameter.

        Parameters:
        staticValues - A list of static default values for a given string parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • staticValues

        StringDatasetParameterDefaultValues.Builder staticValues​(String... staticValues)

        A list of static default values for a given string parameter.

        Parameters:
        staticValues - A list of static default values for a given string parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.