Uses of Class
com.atlassian.confluence.api.model.people.UserDetailsForUpdate
Packages that use UserDetailsForUpdate
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of UserDetailsForUpdate in com.atlassian.confluence.api.impl.service.people
Methods in com.atlassian.confluence.api.impl.service.people with parameters of type UserDetailsForUpdateModifier and TypeMethodDescriptionvoidPersonServiceImpl.update(UserDetailsForUpdate userDetailsForUpdate) voidPersonServiceImpl.update(String username, UserDetailsForUpdate userDetailsForUpdate) voidReadOnlyPersonService.update(UserDetailsForUpdate userDetailsForUpdate) voidReadOnlyPersonService.update(String username, UserDetailsForUpdate userDetailsForUpdate) -
Uses of UserDetailsForUpdate in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people with parameters of type UserDetailsForUpdateModifier and TypeMethodDescriptionvoidPersonService.update(UserDetailsForUpdate userDetailsForUpdate) Update the current user with the supplied details (full name or email).voidPersonService.update(String username, UserDetailsForUpdate userDetailsForUpdate) Update the given user with the supplied details (full name or email).PersonService.Validator.validateUpdateUser(UserDetailsForUpdate userDetailsForUpdate) Validate that the input supplied for changing current user's details is valid.PersonService.Validator.validateUpdateUser(String username, UserDetailsForUpdate userDetailsForUpdate) Validate that the input supplied for changing other user's details is valid. -
Uses of UserDetailsForUpdate in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type UserDetailsForUpdateModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseAdminUserResource.updateUser(String username, UserDetailsForUpdate userDetailsForUpdate) jakarta.ws.rs.core.ResponseUserResource.updateUser(UserDetailsForUpdate userDetailsForUpdate, jakarta.ws.rs.core.UriInfo uriInfo) -
Uses of UserDetailsForUpdate in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type UserDetailsForUpdateModifier and TypeMethodDescriptionRemotePersonService.update(UserDetailsForUpdate userDetailsForUpdate) Update the current user with the supplied details (full name or email).RemotePersonService.update(String username, UserDetailsForUpdate userDetailsForUpdate) Update the given user with the supplied details (full name or email).RemotePersonServiceImpl.update(UserDetailsForUpdate userDetailsForUpdate) RemotePersonServiceImpl.update(String username, UserDetailsForUpdate userDetailsForUpdate)