public class MiniThing extends Resource implements ThingId
Thing.
This class is not threadsafe.
| Constructor and Description |
|---|
MiniThing(FlattrObject data) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClicks()
How many times this Thing was flattred.
|
String |
getImage()
URL of an image for this Thing.
|
String |
getLink()
Human readable link to this resource at Flattr.
|
String |
getResource()
URL that returns details of this resource as JSON.
|
String |
getThingId()
Thing's unique id at Flattr.
|
String |
getTitle()
Title of the Thing.
|
String |
getUrl()
URL of the Thing.
|
toFlattrObject, toJSONpublic MiniThing(FlattrObject data)
public String getThingId()
getThingId in interface ThingIdpublic String getResource()
public String getLink()
public int getClicks()
public String getUrl()
public String getTitle()
public String getImage()
Copyright © 2010–2014. All rights reserved.