Interface Left1.Builder4

Enclosing class:
Left1

public static interface Left1.Builder4
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Left1
    value(String... value)
    Set the value of this Left1 instance.
    value(List<String> value)
    Set the value of this Left1 instance.
  • Method Details

    • value

      Left1 value(@Nonnull List<String> value)
      Set the value of this Left1 instance.
      Parameters:
      value - The value of this Left1
      Returns:
      The Left1 instance.
    • value

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