com.google.code.facebookapi
Class AttachmentMedia

java.lang.Object
  extended by com.google.code.facebookapi.AttachmentMedia
All Implemented Interfaces:
ToJsonObject, java.io.Serializable
Direct Known Subclasses:
AttachmentMediaFlash, AttachmentMediaImage, AttachmentMediaMP3, AttachmentMediaVideo

public abstract class AttachmentMedia
extends java.lang.Object
implements ToJsonObject, java.io.Serializable

Abstract class for attachment media types.

See Also:
http://wiki.developers.facebook.com/index.php/Attachment_(Streams)}, Serialized Form

Constructor Summary
protected AttachmentMedia(java.lang.String mediaType)
           
 
Method Summary
 java.lang.String getMediaType()
           
 org.json.JSONObject toJson()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentMedia

protected AttachmentMedia(java.lang.String mediaType)
Method Detail

getMediaType

public java.lang.String getMediaType()

toJson

public org.json.JSONObject toJson()
Specified by:
toJson in interface ToJsonObject


Copyright © 2010. All Rights Reserved.