Interface RTALabel.Builder1

Enclosing class:
RTALabel

public static interface RTALabel.Builder1
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    value(String value)
    Set the value of this RTALabel instance.
  • Method Details

    • value

      RTALabel value(@Nonnull String value)
      Set the value of this RTALabel instance.
      Parameters:
      value - The value of this RTALabel
      Returns:
      The RTALabel instance.