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

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

Fields in com.google.code.facebookapi.schema declared as StreamComments
protected  StreamComments StreamPost.comments
           
protected  StreamComments PhotoFeedback.comments
           
 

Methods in com.google.code.facebookapi.schema that return StreamComments
 StreamComments ObjectFactory.createStreamComments()
          Create an instance of StreamComments
 StreamComments StreamPost.getComments()
          Gets the value of the comments property.
 StreamComments PhotoFeedback.getComments()
          Gets the value of the comments property.
 

Methods in com.google.code.facebookapi.schema with parameters of type StreamComments
 void StreamPost.setComments(StreamComments value)
          Sets the value of the comments property.
 void PhotoFeedback.setComments(StreamComments value)
          Sets the value of the comments property.
 



Copyright © 2010. All Rights Reserved.