Uses of Class
com.atlassian.confluence.plugins.rest.entities.UserPreferencesDto
-
Packages that use UserPreferencesDto Package Description 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 Modifier and Type Method Description UserPreferencesDto
UserDto. getUserPreferences()
Constructors in com.atlassian.confluence.plugins.rest.dto with parameters of type UserPreferencesDto Constructor Description UserDto(String userName, String fullName, String avatarUrl, String url, String phone, String email, String position, String department, String location, String about, UserPreferencesDto userPreferencesDto, boolean anonymousUser, boolean unknownUser)
-