Uses of Class
com.atlassian.confluence.plugins.rest.dto.UserDto

Packages that use UserDto
com.atlassian.confluence.plugins.rest.dto 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.rest.dto
 

Methods in com.atlassian.confluence.plugins.rest.dto that return UserDto
 UserDto StreamItem.getAuthor()
           
 UserDto UserDtoFactoryImpl.getUserDto(String username)
           
 UserDto UserDtoFactory.getUserDto(String username)
           
 

Methods in com.atlassian.confluence.plugins.rest.dto with parameters of type UserDto
 void StreamItem.setAuthor(UserDto author)
           
 

Constructors in com.atlassian.confluence.plugins.rest.dto with parameters of type UserDto
StreamItem(long id, String title, String url, UserDto author, String friendlyDate, int numberOfLikes, int numberOfComments)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.