Interface Right.Builder3

Enclosing class:
Right

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

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

    • key

      Right.Builder4 key(@Nonnull String key)
      Set the key of this Right instance.
      Parameters:
      key - The key of this Right
      Returns:
      The Right builder.