Package | Description |
---|---|
com.sforce.soap.partner |
Modifier and Type | Method and Description |
---|---|
GetUserInfoResult |
GetUserInfoResponse.getResult()
Gets the result value for this GetUserInfoResponse.
|
GetUserInfoResult |
Soap.getUserInfo()
Returns standard information relevant to the current user
|
GetUserInfoResult |
SoapBindingStub.getUserInfo() |
GetUserInfoResult |
LoginResult.getUserInfo()
Gets the userInfo value for this LoginResult.
|
Modifier and Type | Method and Description |
---|---|
void |
GetUserInfoResponse.setResult(GetUserInfoResult result)
Sets the result value for this GetUserInfoResponse.
|
void |
LoginResult.setUserInfo(GetUserInfoResult userInfo)
Sets the userInfo value for this LoginResult.
|
Constructor and Description |
---|
GetUserInfoResponse(GetUserInfoResult result) |
LoginResult(String metadataServerUrl,
boolean passwordExpired,
boolean sandbox,
String serverUrl,
String sessionId,
String userId,
GetUserInfoResult userInfo) |
Copyright © 2014. All rights reserved.