Uses of Class
com.atlassian.confluence.plugins.rest.entities.UserPreferencesDto

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

Methods in com.atlassian.confluence.plugins.rest.dto that return UserPreferencesDto
 UserPreferencesDto UserDto.getUserPreferences()
           
 

Constructors in com.atlassian.confluence.plugins.rest.dto with parameters of type UserPreferencesDto
UserDto(String userName, String fullName, String avatarUrl, String url, String phone, String email, String position, String department, String location, String about, UserPreferencesDto userPreferencesDto, boolean anonymous)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.