public class WaveAPIImpl extends AbstractAPIImpl implements WaveAPI
WaveAPI| Constructor and Description |
|---|
WaveAPIImpl(SFConfig sfConfig) |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
query(String saql)
Execute the given SAQL by using "/wave/query" API
|
getHttpHelper, getObjectMapper, getSfConfig, setHttpHelper, setObjectMapper, setSfConfigpublic QueryResult query(String saql) throws Exception
WaveAPIquery in interface WaveAPIsaql - - SAQL to be executed. This will be converted into JSONQueryResultExceptionCopyright © 2015. All rights reserved.