Interface HITLayoutParameter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HITLayoutParameter.Builder,HITLayoutParameter>, SdkBuilder<HITLayoutParameter.Builder,HITLayoutParameter>, SdkPojo
Enclosing class:
HITLayoutParameter

public static interface HITLayoutParameter.Builder extends SdkPojo, CopyableBuilder<HITLayoutParameter.Builder,HITLayoutParameter>
  • Method Details

    • 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

      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.