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