Package org.bsc.confluence.xmlrpc
Class User
- java.lang.Object
-
- org.bsc.confluence.xmlrpc.MapObject
-
- org.bsc.confluence.xmlrpc.User
-
public class User extends MapObject
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()the email address of this userStringgetFullname()the full name of this userStringgetName()the username of this userStringgetUrl()the url to view this user onlinevoidsetEmail(String email)voidsetFullname(String fullname)voidsetName(String name)voidsetUrl(String url)
-
-
-
Method Detail
-
getName
public String getName()
the username of this user
-
setName
public void setName(String name)
-
getFullname
public String getFullname()
the full name of this user
-
setFullname
public void setFullname(String fullname)
-
getEmail
public String getEmail()
the email address of this user
-
setEmail
public void setEmail(String email)
-
getUrl
public String getUrl()
the url to view this user online
-
setUrl
public void setUrl(String url)
-
-