Package io.camunda.client.api.response
Interface UpdateUserResponse
- All Known Implementing Classes:
UpdateUserResponseImpl
public interface UpdateUserResponse
-
Method Summary
-
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.
-