public class Flattr extends Resource implements ThingId, UserId
This class is not threadsafe.
| Constructor and Description |
|---|
Flattr(FlattrObject data) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
Thing |
getThing()
The thing that was flattred.
|
String |
getThingId()
Returns the Thing's ID.
|
User |
getUser()
User who flattred the thing.
|
String |
getUserId()
UserID of the user who flattred the thing.
|
toFlattrObject, toJSONpublic Flattr(FlattrObject data)
public Thing getThing()
All properties are only available when the service was set to full mode!
public Date getCreated()
public String getThingId()
ThingIdgetThingId in interface ThingIdpublic String getUserId()
public User getUser()
All properties are only available when the service was set to full mode!
Copyright © 2010–2014. All rights reserved.