Uses of Class
com.restfb.batch.BatchResponse

Packages that use BatchResponse
com.restfb Contains types used to interact with the Facebook Graph API and the Legacy Facebook REST API
 

Uses of BatchResponse in com.restfb
 

Methods in com.restfb that return types with arguments of type BatchResponse
 List<BatchResponse> FacebookClient.executeBatch(BatchRequest... batchRequests)
          Executes operations as a batch using the Batch API.
 List<BatchResponse> DefaultFacebookClient.executeBatch(BatchRequest... batchRequests)
           
 List<BatchResponse> FacebookClient.executeBatch(List<BatchRequest> batchRequests, List<BinaryAttachment> binaryAttachments)
          Executes operations as a batch with binary attachments using the Batch API.
 List<BatchResponse> DefaultFacebookClient.executeBatch(List<BatchRequest> batchRequests, List<BinaryAttachment> binaryAttachments)
           
 



RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.