Interface UpdateUserResponse

All Known Implementing Classes:
UpdateUserResponseImpl

public interface UpdateUserResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the email of the updated user.
    Returns the name of the updated user.
    Returns the username of the updated user.
  • Method Details

    • getUsername

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

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

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