org.springframework.social.facebook.api
Class MusicPost

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookObject
      extended by org.springframework.social.facebook.api.Post
          extended by org.springframework.social.facebook.api.MusicPost

public class MusicPost
extends Post

Model class representing a Post with an embedded music file (e.g., MP3).


Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.social.facebook.api.Post
Post.PostType, Post.Privacy
 
Constructor Summary
MusicPost(String id, Reference from, Date createdTime, Date updatedTime)
           
 
Method Summary
 String getSource()
           
 
Methods inherited from class org.springframework.social.facebook.api.Post
getApplication, getCaption, getCommentCount, getComments, getCreatedTime, getDescription, getFrom, getIcon, getId, getLikeCount, getLikes, getLink, getMessage, getName, getPicture, getSharesCount, getStory, getStoryTags, getTo, getType, getUpdatedTime
 
Methods inherited from class org.springframework.social.facebook.api.FacebookObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MusicPost

public MusicPost(String id,
                 Reference from,
                 Date createdTime,
                 Date updatedTime)
Method Detail

getSource

public String getSource()