com.tumblr.jumblr.types
Class UnknownTypePost

java.lang.Object
  extended by com.tumblr.jumblr.types.Resource
      extended by com.tumblr.jumblr.types.Post
          extended by com.tumblr.jumblr.types.UnknownTypePost

public class UnknownTypePost
extends Post

If we can't deserialize a Post to a proper type, we'll return one of these bad boys so that people can still access the base Post attributes

Author:
john

Field Summary
 
Fields inherited from class com.tumblr.jumblr.types.Resource
client
 
Constructor Summary
UnknownTypePost()
           
 
Method Summary
 void save()
          save swallowing IOException (only for audio, video, photo)
 
Methods inherited from class com.tumblr.jumblr.types.Post
addTag, delete, detail, getBlogName, getDateGMT, getFormat, getId, getPostUrl, getRebloggedFromId, getRebloggedFromName, getReblogKey, getSourceUrl, getState, getTags, getTimestamp, getType, isBookmarklet, isLiked, isMobile, like, reblog, reblog, removeTag, setBlogName, setDate, setDate, setFormat, setId, setSlug, setState, setTags, toString, unlike
 
Methods inherited from class com.tumblr.jumblr.types.Resource
getClient, setClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownTypePost

public UnknownTypePost()
Method Detail

save

public void save()
save swallowing IOException (only for audio, video, photo)

Overrides:
save in class Post


Copyright © 2013. All Rights Reserved.