Uses of Interface
com.gooddata.sdk.service.GoodDataRestProvider
-
Packages that use GoodDataRestProvider Package Description com.gooddata.sdk.service com.gooddata.sdk.service.httpcomponents -
-
Uses of GoodDataRestProvider in com.gooddata.sdk.service
Constructors in com.gooddata.sdk.service with parameters of type GoodDataRestProvider Constructor Description GoodData(GoodDataRestProvider goodDataRestProvider)Create instance based on givenGoodDataRestProvider. -
Uses of GoodDataRestProvider in com.gooddata.sdk.service.httpcomponents
Classes in com.gooddata.sdk.service.httpcomponents that implement GoodDataRestProvider Modifier and Type Class Description classLoginPasswordGoodDataRestProviderThe defaultGoodDataRestProviderused internally byGoodData.classSingleEndpointGoodDataRestProviderGoodDataRestProvidercapable to be used with single API endpoint using the ApacheHttpClientto perform HTTP operations.classSstGoodDataRestProviderTheGoodDataRestProvider, which provides configured single endpoint REST connection using standard pre created SST to authenticate.
-