public class PauseSubscriptionMethod extends VoidFlattrCallable
| Constructor and Description |
|---|
PauseSubscriptionMethod() |
PauseSubscriptionMethod(ThingId thingId,
boolean paused) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(FlattrService service)
Calls the appropriate method at the service.
|
ThingId |
getThingId() |
boolean |
isPaused() |
void |
setPaused(boolean paused) |
void |
setThingId(ThingId thingId) |
callcall, createFlattrService, getRateLimit, getResult, isFullMode, setAccessToken, setAccessToken, setFullModepublic PauseSubscriptionMethod()
public PauseSubscriptionMethod(ThingId thingId, boolean paused)
public ThingId getThingId()
public void setThingId(ThingId thingId)
public boolean isPaused()
public void setPaused(boolean paused)
public void execute(FlattrService service) throws Exception
VoidFlattrCallableexecute in class VoidFlattrCallableservice - Preconfigured FlattrService to be invokedExceptionCopyright © 2010–2017. All rights reserved.