Class DocumentCategoryRetrofitWebService
java.lang.Object
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.retrofit.DocumentCategoryRetrofitWebService
- All Implemented Interfaces:
DocumentCategoryWebService
,WebService
public class DocumentCategoryRetrofitWebService
extends Object
implements DocumentCategoryWebService
Created by Cecropia on 9/12/14.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Method which performs the request that retrieves the pdf docs through the API
-
Constructor Details
-
DocumentCategoryRetrofitWebService
-
-
Method Details
-
getDocumentCategories
public void getDocumentCategories(WebServiceResponseHandler<List<DocumentCategory>> callback) throws retrofit.RetrofitError Method which performs the request that retrieves the pdf docs through the API- Specified by:
getDocumentCategories
in interfaceDocumentCategoryWebService
- Throws:
retrofit.RetrofitError
-