Uses of Class
com.atlassian.confluence.plugins.rest.jackson2.dto.UserDto
Packages that use UserDto
Package
Description
This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin.
-
Uses of UserDto in com.atlassian.confluence.plugins.edgeindex.rest
Methods in com.atlassian.confluence.plugins.edgeindex.rest that return UserDtoMethods in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type UserDtoConstructors in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type UserDto -
Uses of UserDto in com.atlassian.confluence.plugins.rest.jackson2.dto
Methods in com.atlassian.confluence.plugins.rest.jackson2.dto that return UserDtoModifier and TypeMethodDescriptionStreamItem.getAuthor()
UserDtoFactory.getUserDto
(@Nullable ConfluenceUser user) UserDtoFactoryImpl.getUserDto
(@Nullable ConfluenceUser targetUser) Methods in com.atlassian.confluence.plugins.rest.jackson2.dto with parameters of type UserDtoConstructors in com.atlassian.confluence.plugins.rest.jackson2.dto with parameters of type UserDtoModifierConstructorDescriptionStreamItem
(long id, String title, String url, UserDto author, String friendlyDate, int numberOfLikes, int numberOfComments)