Uses of Class
com.restfb.batch.BatchResponse
-
Packages that use BatchResponse Package Description com.restfb Contains types used to interact with the Facebook Graph API. -
-
Uses of BatchResponse in com.restfb
Methods in com.restfb that return types with arguments of type BatchResponse Modifier and Type Method Description List<BatchResponse>
DefaultFacebookClient. executeBatch(BatchRequest... batchRequests)
List<BatchResponse>
DefaultFacebookClient. executeBatch(List<BatchRequest> batchRequests)
List<BatchResponse>
DefaultFacebookClient. executeBatch(List<BatchRequest> batchRequests, List<BinaryAttachment> binaryAttachments)
List<BatchResponse>
FacebookClient. executeBatch(BatchRequest... batchRequests)
Executes operations as a batch using the Batch API.List<BatchResponse>
FacebookClient. executeBatch(List<BatchRequest> batchRequests)
Executes operations as a batch using the Batch API.List<BatchResponse>
FacebookClient. executeBatch(List<BatchRequest> batchRequests, List<BinaryAttachment> binaryAttachments)
Executes operations as a batch with binary attachments using the Batch API.
-