| Package | Description |
|---|---|
| org.shredzone.flattr4j | |
| org.shredzone.flattr4j.impl | |
| org.shredzone.flattr4j.model |
| Modifier and Type | Method and Description |
|---|---|
ThingId |
FlattrService.create(Submission thing)
Creates a new Thing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlattrService.delete(ThingId thingId)
Deletes a Thing.
|
MiniThing |
FlattrService.flattr(ThingId thingId)
Flattrs a Thing.
|
List<Flattr> |
FlattrService.getFlattrs(ThingId thing)
Gets all
Flattr most recently posted for the given thing ID. |
List<Flattr> |
FlattrService.getFlattrs(ThingId thing,
Integer count,
Integer page)
Gets all
Flattr most recently posted for the given thing ID. |
Subscription |
FlattrService.getSubscription(ThingId thingId)
Returns the
Subscription of the given Thing. |
Thing |
FlattrService.getThing(ThingId thingId)
|
void |
FlattrService.pauseSubscription(ThingId thingId,
boolean paused)
Pauses or resumes a
Subscription. |
void |
FlattrService.subscribe(ThingId thingId)
Subscribes a
Thing. |
boolean |
FlattrService.toggleSubscription(ThingId thingId)
Toggles the pause state of the subscription of the given
Thing. |
void |
FlattrService.unsubscribe(ThingId thingId)
Cancels subscription of a
Thing. |
| Modifier and Type | Method and Description |
|---|---|
List<Thing> |
FlattrService.getThings(Collection<? extends ThingId> thingIds)
Gets a list of
Thing by a collection of thing IDs. |
| Modifier and Type | Method and Description |
|---|---|
ThingId |
FlattrServiceImpl.create(Submission thing) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlattrServiceImpl.delete(ThingId thingId) |
MiniThing |
FlattrServiceImpl.flattr(ThingId thingId) |
List<Flattr> |
FlattrServiceImpl.getFlattrs(ThingId thingId) |
List<Flattr> |
FlattrServiceImpl.getFlattrs(ThingId thingId,
Integer count,
Integer page) |
Subscription |
FlattrServiceImpl.getSubscription(ThingId thingId) |
Thing |
FlattrServiceImpl.getThing(ThingId thingId) |
void |
FlattrServiceImpl.pauseSubscription(ThingId thingId,
boolean paused) |
void |
FlattrServiceImpl.subscribe(ThingId thingId) |
boolean |
FlattrServiceImpl.toggleSubscription(ThingId thingId) |
void |
FlattrServiceImpl.unsubscribe(ThingId thingId) |
| Modifier and Type | Method and Description |
|---|---|
List<Thing> |
FlattrServiceImpl.getThings(Collection<? extends ThingId> thingIds) |
| Modifier and Type | Class and Description |
|---|---|
class |
Flattr
A Flattr that was made to a thing.
|
class |
MiniThing
A miniature representation of a
Thing. |
class |
Subscription
A Subscription that was made to a thing.
|
class |
Thing
A
Thing that has been registered with Flattr. |
| Modifier and Type | Method and Description |
|---|---|
static ThingId |
Thing.withId(String id)
Returns a
ThingId for the given Thing id. |
Copyright © 2010–2014. All rights reserved.