Package com.microstrategy.webapi.restApi
Class IServerRestClient
- java.lang.Object
 - 
- com.microstrategy.webapi.restApi.RestClient
 - 
- com.microstrategy.webapi.restApi.IServerRestClient
 
 
 
- 
public class IServerRestClient extends RestClient
 
- 
- 
Field Summary
- 
Fields inherited from class com.microstrategy.webapi.restApi.RestClient
DEFAULT_HTTP_CONNECT_TIMEOUT, DEFAULT_HTTP_READ_TIMEOUT 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleResponseWrapperexecute()Executes the API call based on the method types provided and returns a response- 
Methods inherited from class com.microstrategy.webapi.restApi.RestClient
getResponseWrapper, initializeConnection, setSSLSocketFactory, setSSLSocketFactory, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
execute
public SimpleResponseWrapper execute() throws MSTRRestAPIException
Description copied from class:RestClientExecutes the API call based on the method types provided and returns a response- Overrides:
 executein classRestClient- Returns:
 - Throws:
 MSTRRestAPIException
 
 - 
 
 -