package

com.microstrategy.webapi.restApi

Interfaces

SimpleResponseWrapper This interface serves as a simplified response object. 

Classes

IServerResponseImpl IServer specific Response handling Only predefined headers would be parsed 
IServerRestClient  
IServerRestClientBuilder Builder pattern to build I-Server REST Client

Ex. 

RestClient Invokes a REST API call. 
RestClientBuilder Builder pattern for creating a RestClient 

Enums

MediaTypes MediaTypes class represents the media types supported by the REST API package This class serves as a wrapper to hide the third party library being used to make REST API calls 
MethodTypes Supported Method types for REST Client 

Exceptions