com.google.code.facebookapi
Class AttachmentProperty

java.lang.Object
  extended by com.google.code.facebookapi.AttachmentProperty

public class AttachmentProperty
extends java.lang.Object

A simple data structure for property link type used by Attachment.

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

Constructor Summary
AttachmentProperty(java.lang.String key, java.lang.String value, java.lang.String href)
          Constructor.
 
Method Summary
 java.lang.String getHref()
           
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentProperty

public AttachmentProperty(java.lang.String key,
                          java.lang.String value,
                          java.lang.String href)
Constructor.

Parameters:
key - The key (required).
value - The value for link (required).
href - The target for link (optional).
Method Detail

getHref

public java.lang.String getHref()

getValue

public java.lang.String getValue()

getKey

public java.lang.String getKey()


Copyright © 2010. All Rights Reserved.