Interface Right.Builder4

Enclosing class:
Right

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

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

    • value

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

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