public class ForceAPIImpl extends AbstractAPIImpl implements ForceAPI
| Constructor and Description |
|---|
ForceAPIImpl(SFConfig sfConfig) |
| Modifier and Type | Method and Description |
|---|---|
SOQLResult |
query(String soql)
Execute the given SOQL by using "/query" API
|
SOQLResult |
queryMore(SOQLResult soqlResult)
Query further records using nextRecordsURL
|
getHttpHelper, getObjectMapper, getSfConfig, setHttpHelper, setObjectMapper, setSfConfigpublic SOQLResult query(String soql) throws Exception
ForceAPIquery in interface ForceAPIsoql - - SOQL to be executed.QueryResultExceptionpublic SOQLResult queryMore(SOQLResult soqlResult) throws Exception
ForceAPICopyright © 2015. All rights reserved.