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

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

Fields in com.google.code.facebookapi.schema declared as StreamLikes
protected  StreamLikes StreamPost.likes
           
protected  StreamLikes PhotoFeedback.likes
           
 

Methods in com.google.code.facebookapi.schema that return StreamLikes
 StreamLikes ObjectFactory.createStreamLikes()
          Create an instance of StreamLikes
 StreamLikes StreamPost.getLikes()
          Gets the value of the likes property.
 StreamLikes PhotoFeedback.getLikes()
          Gets the value of the likes property.
 

Methods in com.google.code.facebookapi.schema with parameters of type StreamLikes
 void StreamPost.setLikes(StreamLikes value)
          Sets the value of the likes property.
 void PhotoFeedback.setLikes(StreamLikes value)
          Sets the value of the likes property.
 



Copyright © 2009. All Rights Reserved.