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