Uses of Class
com.restfb.batch.BatchHeader
-
Packages that use BatchHeader Package Description com.restfb.batch Support classes for RestFB's implementation of the Facebook Batch API. -
-
Uses of BatchHeader in com.restfb.batch
Methods in com.restfb.batch that return types with arguments of type BatchHeader Modifier and Type Method Description List<BatchHeader>
BatchRequest. getHeaders()
HTTP Headers to be sent as part of this request.List<BatchHeader>
BatchResponse. getHeaders()
The HTTP response headers.Methods in com.restfb.batch with parameters of type BatchHeader Modifier and Type Method Description BatchRequest.BatchRequestBuilder
BatchRequest.BatchRequestBuilder. headers(BatchHeader... headers)
Sets the list of HTTP headers for the request generated by this builder.Constructor parameters in com.restfb.batch with type arguments of type BatchHeader Constructor Description BatchResponse(Integer code, List<BatchHeader> headers, String body)
Creates a batch response with the given HTTP response status code, headers, and JSON body.
-