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 SimpleResponseWrapper
execute()
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:RestClient
Executes the API call based on the method types provided and returns a response- Overrides:
execute
in classRestClient
- Returns:
- Throws:
MSTRRestAPIException
-
-