Interface UserRecordValue

All Superinterfaces:
JsonSerializable, RecordValue
All Known Implementing Classes:
ImmutableUserRecordValue

@Immutable public interface UserRecordValue extends RecordValue
  • Method Details

    • getUserKey

      Long getUserKey()
    • getUsername

      String getUsername()
    • getName

      String getName()
    • getEmail

      String getEmail()
    • getPassword

      String getPassword()
    • getUserType

      UserType getUserType()