Package | Description |
---|---|
com.pocketsoap.salesforce.rest.query | |
com.pocketsoap.salesforce.rest.user | |
com.pocketsoap.salesforce.soap |
Modifier and Type | Method and Description |
---|---|
static <T> QueryResponse<T> |
QueryService.doQuery(SessionInfo session,
String query,
Class<T> recordClass)
Do a SOQL query via REST
|
Modifier and Type | Method and Description |
---|---|
static String |
UserService.getUserId(SessionInfo session,
String login)
Get the user's ID
|
Modifier and Type | Method and Description |
---|---|
SessionInfo |
SessionCache.getCachedSessionInfo(CredentialsInfo c) |
SessionInfo |
ChatterClient.performLogin() |
Modifier and Type | Method and Description |
---|---|
void |
SessionCache.add(CredentialsInfo c,
SessionInfo s) |
Constructor and Description |
---|
AuthenticatedRequestEntity(SessionInfo s) |
Copyright © 2016–2019. All rights reserved.