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.
    Returns the username of the created user.
  • Method Details

    • 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.