| Package | Description |
|---|---|
| org.shredzone.flattr4j.connector | |
| org.shredzone.flattr4j.connector.impl | |
| org.shredzone.flattr4j.model |
| Modifier and Type | Method and Description |
|---|---|
FlattrObject |
FlattrObject.getFlattrObject(String key)
Gets a
FlattrObject from the given key. |
FlattrObject |
Connection.singleResult()
Invokes the call and returns a single
FlattrObject as response. |
| Modifier and Type | Method and Description |
|---|---|
List<FlattrObject> |
FlattrObject.getObjects(String key)
Gets a collection of
FlattrObject from the given key. |
Collection<FlattrObject> |
Connection.result()
Invokes the call and returns a Collection of
FlattrObject as response. |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.data(FlattrObject data)
Data to be transported to the call.
|
| Constructor and Description |
|---|
RateLimit(FlattrObject data) |
| Modifier and Type | Method and Description |
|---|---|
FlattrObject |
FlattrConnection.singleResult() |
| Modifier and Type | Method and Description |
|---|---|
Collection<FlattrObject> |
FlattrConnection.result() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
FlattrConnection.data(FlattrObject data) |
| Modifier and Type | Field and Description |
|---|---|
protected FlattrObject |
Resource.data |
| Modifier and Type | Method and Description |
|---|---|
FlattrObject |
Resource.toFlattrObject()
Returns the resource as
FlattrObject, for further processing. |
FlattrObject |
Submission.toFlattrObject()
Returns the submission as
FlattrObject. |
FlattrObject |
Thing.toUpdate()
Returns a
FlattrObject for the updates that have been applied to this
Thing. |
| Constructor and Description |
|---|
Activity(FlattrObject data) |
Category(FlattrObject data) |
Flattr(FlattrObject data) |
Language(FlattrObject data) |
MiniThing(FlattrObject data) |
Resource(FlattrObject data)
Creates a new resource.
|
SearchResult(FlattrObject data)
Creates a new
SearchResult. |
Subscription(FlattrObject data) |
Thing(FlattrObject data) |
User(FlattrObject data) |
Copyright © 2010–2014. All rights reserved.