Interface CreateUserResponse

All Known Implementing Classes:
CreateUserResponseImpl

public interface CreateUserResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the email of the created user.
    Returns the name of the created user.
    long
    Returns the key of the created user.
    Returns the username of the created user.
  • Method Details

    • getUserKey

      long getUserKey()
      Returns the key of the created user.
      Returns:
      the key of the created user.
    • getUsername

      String getUsername()
      Returns the username of the created user.
      Returns:
      the username of the created user.
    • getName

      String getName()
      Returns the name of the created user.
      Returns:
      the name of the created user.
    • getEmail

      String getEmail()
      Returns the email of the created user.
      Returns:
      the email of the created user.