org.labkey.remoteapi.security
Class GetUsersResponse.UserInfo

java.lang.Object
  extended by org.labkey.remoteapi.ResponseObject
      extended by org.labkey.remoteapi.security.GetUsersResponse.UserInfo
Enclosing class:
GetUsersResponse

public static class GetUsersResponse.UserInfo
extends ResponseObject

Information about a single user that matched the request


Field Summary
 
Fields inherited from class org.labkey.remoteapi.ResponseObject
_allProperties
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getEmail()
           
 int getUserId()
           
 
Methods inherited from class org.labkey.remoteapi.ResponseObject
getAllProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDisplayName

public java.lang.String getDisplayName()
Returns:
the display name for the user

getEmail

public java.lang.String getEmail()
Returns:
the user's email address

getUserId

public int getUserId()
Returns:
the user's unique id within the server