Interface Right1.Builder4

Enclosing class:
Right1

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

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

    • value

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

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