Interface Right1.Builder2

Enclosing class:
Right1

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

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

    • right

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