Uses of Class
com.google.code.facebookapi.schema.StreamAttachment

Uses of StreamAttachment in com.google.code.facebookapi.schema
 

Fields in com.google.code.facebookapi.schema declared as StreamAttachment
protected  StreamAttachment StreamPost.attachment
           
protected  StreamAttachment Message.attachment
           
 

Methods in com.google.code.facebookapi.schema that return StreamAttachment
 StreamAttachment ObjectFactory.createStreamAttachment()
          Create an instance of StreamAttachment
 StreamAttachment StreamPost.getAttachment()
          Gets the value of the attachment property.
 StreamAttachment Message.getAttachment()
          Gets the value of the attachment property.
 

Methods in com.google.code.facebookapi.schema that return types with arguments of type StreamAttachment
 javax.xml.bind.JAXBElement<StreamAttachment> ObjectFactory.createLinksPreviewResponse(StreamAttachment value)
          Create an instance of JAXBElement<StreamAttachment>}
 

Methods in com.google.code.facebookapi.schema with parameters of type StreamAttachment
 javax.xml.bind.JAXBElement<StreamAttachment> ObjectFactory.createLinksPreviewResponse(StreamAttachment value)
          Create an instance of JAXBElement<StreamAttachment>}
 void StreamPost.setAttachment(StreamAttachment value)
          Sets the value of the attachment property.
 void Message.setAttachment(StreamAttachment value)
          Sets the value of the attachment property.
 



Copyright © 2010. All Rights Reserved.