Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.GetUserApiRequest
Packages that use GetUserApiRequest
Package
Description
-
Uses of GetUserApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return GetUserApiRequestModifier and TypeMethodDescriptionUserService.getUser
(long userId) Gets a user by id.Gets a user by the given Zulip display email address. -
Uses of GetUserApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return GetUserApiRequestModifier and TypeMethodDescriptionGetUserApiRequest.withClientGravatar
(boolean gravatar) Sets whether to include the user gravatar image URL in the response.GetUserApiRequest.withIncludeCustomProfileFields
(boolean includeCustomProfileFields) Sets whether to include the user custom profile fields in the response.