Class NewAccountData

java.lang.Object
net.minheur.potoflux.ui.dialogData.NewAccountData

public class NewAccountData extends Object
Data for a new account
  • Field Details

    • email

      @NotNull public @NotNull String email
      Email of the new account
    • firstName

      @NotNull public @NotNull String firstName
      First name of the user
    • lastName

      @NotNull public @NotNull String lastName
      Last name of the user
    • password

      @NotNull public @NotNull String password
      Password for the new account
    • rank

      @Nullable public @Nullable Integer rank
      Rank for the new account
    • perms

      @Nullable public @Nullable List<Perms> perms
      Perms granted to the new account
  • Constructor Details

    • NewAccountData

      public NewAccountData()