net.asplode.tumblr
Class ConversationPost

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

public class ConversationPost
extends Post


Nested Class Summary
 
Nested classes/interfaces inherited from class net.asplode.tumblr.Post
Post.State
 
Constructor Summary
ConversationPost()
           
 
Method Summary
 void setConversation(java.lang.String conversation)
           
 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

ConversationPost

public ConversationPost()
Method Detail

setTitle

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

setConversation

public void setConversation(java.lang.String conversation)
                     throws java.io.UnsupportedEncodingException
Parameters:
conversation - Conversation
Throws:
java.io.UnsupportedEncodingException