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

java.lang.Object
  extended by com.atlassian.confluence.plugins.rest.dto.UserDto

@Immutable
public final class UserDto
extends Object


Constructor Summary
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)
           
 
Method Summary
 String getAbout()
           
 String getAvatarUrl()
           
 String getDepartment()
           
 String getEmail()
           
 String getFullName()
           
 String getLocation()
           
 String getPhone()
           
 String getPosition()
           
 String getUrl()
           
 String getUserName()
           
 UserPreferencesDto getUserPreferences()
           
 boolean isAnonymous()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDto

public 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)
Method Detail

getUserName

public String getUserName()

getFullName

public String getFullName()

getAvatarUrl

public String getAvatarUrl()

getUrl

public String getUrl()

getEmail

public String getEmail()

getPhone

public String getPhone()

getPosition

public String getPosition()

getDepartment

public String getDepartment()

getLocation

public String getLocation()

getAbout

public String getAbout()

getUserPreferences

public UserPreferencesDto getUserPreferences()

isAnonymous

public boolean isAnonymous()


Copyright © 2003-2013 Atlassian. All Rights Reserved.