org.exoplatform.clouddrive.sharepoint
Class SharepointAPI.User

java.lang.Object
  extended by org.exoplatform.clouddrive.sharepoint.SharepointAPI.User
Enclosing class:
SharepointAPI

public class SharepointAPI.User
extends Object

SharePoint user data.


Method Summary
 String getEmail()
           
 String getId()
           
 boolean getIsSiteAdmin()
           
 String getLoginName()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public String getId()
Returns:
the id

getLoginName

public String getLoginName()
Returns:
the loginName

getTitle

public String getTitle()
Returns:
the title

getEmail

public String getEmail()
Returns:
the email

getIsSiteAdmin

public boolean getIsSiteAdmin()
Returns:
the isSiteAdmin


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.