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

Packages that use GetUserInfoResult
com.sforce.soap.partner   
 

Uses of GetUserInfoResult in com.sforce.soap.partner
 

Fields in com.sforce.soap.partner declared as GetUserInfoResult
protected  GetUserInfoResult GetUserInfoResponse.result
           
protected  GetUserInfoResult LoginResult.userInfo
           
 

Methods in com.sforce.soap.partner that return GetUserInfoResult
 GetUserInfoResult ObjectFactory.createGetUserInfoResult()
          Create an instance of GetUserInfoResult
 GetUserInfoResult GetUserInfoResponse.getResult()
          Gets the value of the result property.
 GetUserInfoResult LoginResult.getUserInfo()
          Gets the value of the userInfo property.
 GetUserInfoResult Soap.getUserInfo(SessionHeader sessionHeader)
           
 

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



Copyright © 2010. All Rights Reserved.