Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.UpdateUserApiRequest
Packages that use UpdateUserApiRequest
Package
Description
-
Uses of UpdateUserApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return UpdateUserApiRequest -
Uses of UpdateUserApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Modifier and TypeClassDescriptionclass
Zulip API request builder to update a user by their email address.Methods in com.github.jamesnetherton.zulip.client.api.user.request that return UpdateUserApiRequestModifier and TypeMethodDescriptionUpdateUserApiRequest.withFullName
(String fullName) Sets the updated name of the user.UpdateUserApiRequest.withNewEmail
(String newEmail) Sets the updated email address for the user.UpdateUserApiRequest.withProfileData
(int id, String value) Sets updated custom profile data for the user.Sets the updated role of the user.