Interface BoxUser


public interface BoxUser
An interface of a box user.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Optional<String>
    Gets the name of this user.
    @NotNull UUID
    Gets the UUID of this user.
  • Method Details

    • getUUID

      @NotNull @NotNull UUID getUUID()
      Gets the UUID of this user.
      Returns:
      the UUID of this user.
    • getName

      @NotNull @NotNull Optional<String> getName()
      Gets the name of this user.
      Returns:
      the name of this user