|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.asplode.tumblr.Post
net.asplode.tumblr.ReblogPost
public class ReblogPost
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.asplode.tumblr.Post |
---|
Post.State |
Constructor Summary | |
---|---|
ReblogPost()
|
Method Summary | |
---|---|
void |
reblogAs(java.lang.String reblogAs)
|
void |
setComment(java.lang.String comment)
|
void |
setReblogKey(java.lang.String key)
|
Methods inherited from class net.asplode.tumblr.Post |
---|
postToTumblr, postToTumblr, setBlog, setCredentials, setGenerator, setPostUrl, setPrivate, setPublishOn, setSlug, setState, setTags, setTwitter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReblogPost()
Method Detail |
---|
public void setReblogKey(java.lang.String key) throws java.io.UnsupportedEncodingException
key
- Reblog key of the original post
java.io.UnsupportedEncodingException
public void setComment(java.lang.String comment) throws java.io.UnsupportedEncodingException
comment
- Optional post comment
java.io.UnsupportedEncodingException
public void reblogAs(java.lang.String reblogAs) throws java.io.UnsupportedEncodingException
reblogAs
- Optional type: "text", "link", "quote"
java.io.UnsupportedEncodingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |