Interface Right.Builder2

Enclosing class:
Right

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

    Modifier and Type
    Method
    Description
    right(Right right)
    Set the right of this Right instance.
  • Method Details

    • right

      Right.Builder3 right(@Nonnull Right right)
      Set the right of this Right instance.
      Parameters:
      right - The right of this Right
      Returns:
      The Right builder.