|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlogConnection
A BlogConnection is a single-user connection to a blog server where the user has access to multiple blogs, which are each represented by a Blog interface.
Method Summary | |
---|---|
Blog |
getBlog(String token)
Get blog by token |
List |
getBlogs()
Returns collection of blogs available from this connection |
void |
setAppkey(String appkey)
Set appkey (optional, needed by some blog servers) |
Method Detail |
---|
List getBlogs()
Blog getBlog(String token)
void setAppkey(String appkey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |