Class MyBoxInformationRetrofitWebService
java.lang.Object
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.retrofit.MyBoxInformationRetrofitWebService
- All Implemented Interfaces:
ExxtractorInformationWebService
,WebService
public class MyBoxInformationRetrofitWebService
extends Object
implements ExxtractorInformationWebService
Class which serves as a wrapper for the MyBoxInformationRetrofitAPI
- Since:
- 1/28/14
-
Constructor Summary
ConstructorsConstructorDescriptionMyBoxInformationRetrofitWebService
(MyBoxInformationRetrofitAPI api, FeaturesHelper.ExxtractorApiVersion mApiVersion) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
getExxtractorInformation
(String session, WebServiceResponseHandler<List<ExxtractorInformation>> handler) Abstract method which retrieves the my box information from the network boxes
-
Constructor Details
-
MyBoxInformationRetrofitWebService
public MyBoxInformationRetrofitWebService(MyBoxInformationRetrofitAPI api, FeaturesHelper.ExxtractorApiVersion mApiVersion) Default constructor- Parameters:
api
- The retrofit API for the my box information servicemApiVersion
-
-
-
Method Details
-
getExxtractorInformation
public void getExxtractorInformation(String session, WebServiceResponseHandler<List<ExxtractorInformation>> handler) throws retrofit.RetrofitError Abstract method which retrieves the my box information from the network boxes- Specified by:
getExxtractorInformation
in interfaceExxtractorInformationWebService
- Parameters:
session
- The current session for MyBoxhandler
- The callback which will be executed upon the request completion- Throws:
retrofit.RetrofitError
-