|
|||||||||
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.VideoPost
public class VideoPost
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.asplode.tumblr.Post |
---|
Post.State |
Constructor Summary | |
---|---|
VideoPost()
|
Method Summary | |
---|---|
void |
setCaption(java.lang.String caption)
|
void |
setEmbedText(java.lang.String embed)
|
void |
setSourceFile(java.io.File video)
|
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 VideoPost()
Method Detail |
---|
public void setCaption(java.lang.String caption) throws java.io.UnsupportedEncodingException
caption
- Caption. Optional. HTML allowed.
java.io.UnsupportedEncodingException
public void setSourceFile(java.io.File video) throws java.io.UnsupportedEncodingException
video
- Video to upload.
java.io.UnsupportedEncodingException
public void setEmbedText(java.lang.String embed) throws java.io.UnsupportedEncodingException
embed
- HTML to embed video or the URL of a YouTube video.
java.io.UnsupportedEncodingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |