|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApiException | |
ch.odi.justblog.api | |
ch.odi.justblog.api.blogger |
Uses of ApiException in ch.odi.justblog.api |
Subclasses of ApiException in ch.odi.justblog.api | |
class |
AuthenticationFailedException
Signals that authentication failed. |
Methods in ch.odi.justblog.api that throw ApiException | |
void |
Blog.post(Entry entry)
Posts a entry to this blog. |
Uses of ApiException in ch.odi.justblog.api.blogger |
Methods in ch.odi.justblog.api.blogger that throw ApiException | |
java.lang.String |
Blogger.newPost(java.lang.String posting,
boolean publish)
Makes a new post to a designated blog. |
void |
Blogger.editPost(java.lang.String id,
java.lang.String posting,
boolean publish)
Edits a given post. |
java.util.Collection |
Blogger.getUsersBlogs()
Returns information about all the blogs a given user is a member of. |
UserInfo |
Blogger.getUserInfo()
Returns the UserInfo object of the user set by the credentials. |
void |
BloggerBlog.post(Entry entry)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |