public class GetCategoriesMethod extends AbstractFlattrCallable<List<Category>>
FlattrCallable for invoking FlattrService.getCategories()| Constructor and Description |
|---|
GetCategoriesMethod() |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
call(FlattrService service)
Calls the appropriate method at the service and returns the result.
|
call, createFlattrService, getRateLimit, getResult, isFullMode, setAccessToken, setAccessToken, setFullModepublic GetCategoriesMethod()
public List<Category> call(FlattrService service) throws Exception
AbstractFlattrCallablecall in class AbstractFlattrCallable<List<Category>>service - Preconfigured FlattrService to be invokedExceptionCopyright © 2010–2017. All rights reserved.