Uses of Class
com.sforce.soap.partner.GetUserInfoResult

Packages that use GetUserInfoResult
com.sforce.soap.partner   
 

Uses of GetUserInfoResult in com.sforce.soap.partner
 

Methods in com.sforce.soap.partner that return GetUserInfoResult
 GetUserInfoResult GetUserInfoResponse.getResult()
          Gets the result value for this GetUserInfoResponse.
 GetUserInfoResult SoapBindingStub.getUserInfo()
           
 GetUserInfoResult Soap.getUserInfo()
          Returns standard information relevant to the current user
 GetUserInfoResult LoginResult.getUserInfo()
          Gets the userInfo value for this LoginResult.
 

Methods in com.sforce.soap.partner with parameters of type GetUserInfoResult
 void GetUserInfoResponse.setResult(GetUserInfoResult result)
          Sets the result value for this GetUserInfoResponse.
 void LoginResult.setUserInfo(GetUserInfoResult userInfo)
          Sets the userInfo value for this LoginResult.
 

Constructors in com.sforce.soap.partner with parameters of type GetUserInfoResult
GetUserInfoResponse(GetUserInfoResult result)
           
LoginResult(java.lang.String metadataServerUrl, boolean passwordExpired, boolean sandbox, java.lang.String serverUrl, java.lang.String sessionId, java.lang.String userId, GetUserInfoResult userInfo)
           
 



Copyright © 2009. All Rights Reserved.