com.google.code.facebookapi
Class AttachmentProperty
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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).
getHref
public java.lang.String getHref()
getValue
public java.lang.String getValue()
getKey
public java.lang.String getKey()
Copyright © 2010. All Rights Reserved.