Uses of Class
com.restfb.batch.BatchRequest

Packages that use BatchRequest
com.restfb Contains types used to interact with the Facebook Graph API and the Legacy Facebook REST API
com.restfb.batch Support classes for RestFB's implementation of the Facebook Batch API
 

Uses of BatchRequest in com.restfb
 

Methods in com.restfb with parameters of type BatchRequest
 List<BatchResponse> FacebookClient.executeBatch(BatchRequest... batchRequests)
          Executes operations as a batch using the Batch API.
 List<BatchResponse> DefaultFacebookClient.executeBatch(BatchRequest... batchRequests)
           
 

Method parameters in com.restfb with type arguments of type BatchRequest
 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)
           
 

Uses of BatchRequest in com.restfb.batch
 

Methods in com.restfb.batch that return BatchRequest
 BatchRequest BatchRequest.BatchRequestBuilder.build()
          Generates an instance of BatchRequest.
 



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