public class GetMyActivitiesMethod extends AbstractFlattrCallable<List<Activity>>
FlattrCallable for invoking
FlattrService.getMyActivities(org.shredzone.flattr4j.model.Activity.Type)| Constructor and Description |
|---|
GetMyActivitiesMethod() |
GetMyActivitiesMethod(Activity.Type type) |
| Modifier and Type | Method and Description |
|---|---|
List<Activity> |
call(FlattrService service)
Calls the appropriate method at the service and returns the result.
|
Activity.Type |
getType() |
void |
setType(Activity.Type type) |
call, createFlattrService, getRateLimit, getResult, isFullMode, setAccessToken, setAccessToken, setFullModepublic GetMyActivitiesMethod()
public GetMyActivitiesMethod(Activity.Type type)
public Activity.Type getType()
public void setType(Activity.Type type)
public List<Activity> call(FlattrService service) throws Exception
AbstractFlattrCallablecall in class AbstractFlattrCallable<List<Activity>>service - Preconfigured FlattrService to be invokedExceptionCopyright © 2010–2017. All rights reserved.