net.asplode.tumblr
Class TextPost

java.lang.Object
  extended by net.asplode.tumblr.Post
      extended by net.asplode.tumblr.TextPost

public class TextPost
extends Post


Nested Class Summary
 
Nested classes/interfaces inherited from class net.asplode.tumblr.Post
Post.State
 
Constructor Summary
TextPost()
           
 
Method Summary
 void setBody(java.lang.String body)
           
 void setTitle(java.lang.String title)
           
 
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

TextPost

public TextPost()
Method Detail

setTitle

public void setTitle(java.lang.String title)
              throws java.io.UnsupportedEncodingException
Parameters:
title - Post title
Throws:
java.io.UnsupportedEncodingException

setBody

public void setBody(java.lang.String body)
             throws java.io.UnsupportedEncodingException
Parameters:
body - Post body
Throws:
java.io.UnsupportedEncodingException