com.atlassian.confluence.api.model.people
Class KnownUser

java.lang.Object
  extended by com.atlassian.confluence.api.model.people.Person
      extended by com.atlassian.confluence.api.model.people.User
          extended by com.atlassian.confluence.api.model.people.KnownUser

@ExperimentalApi
public class KnownUser
extends User


Field Summary
 
Fields inherited from class com.atlassian.confluence.api.model.people.User
username
 
Constructor Summary
KnownUser(Icon profilePicture, java.lang.String username, java.lang.String displayName)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 
Methods inherited from class com.atlassian.confluence.api.model.people.User
getUsername
 
Methods inherited from class com.atlassian.confluence.api.model.people.Person
getProfilePicture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnownUser

public KnownUser(Icon profilePicture,
                 java.lang.String username,
                 java.lang.String displayName)
Method Detail

getDisplayName

public java.lang.String getDisplayName()


Copyright © 2003-2014 Atlassian. All Rights Reserved.