Interface FeatureParameter.Builder

    • Method Detail

      • key

        FeatureParameter.Builder key​(String key)

        A key that must contain a value to describe the feature.

        Parameters:
        key - A key that must contain a value to describe the feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        FeatureParameter.Builder value​(String value)

        The value that belongs to a key.

        Parameters:
        value - The value that belongs to a key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.