|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |