Interface HITLayoutParameter.Builder

    • Method Detail

      • name

        HITLayoutParameter.Builder name​(String name)

        The name of the parameter in the HITLayout.

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

        HITLayoutParameter.Builder value​(String value)

        The value substituted for the parameter referenced in the HITLayout.

        Parameters:
        value - The value substituted for the parameter referenced in the HITLayout.
        Returns:
        Returns a reference to this object so that method calls can be chained together.