Uses of Class
com.restfb.batch.BatchHeader
-
Uses of BatchHeader in com.restfb.batch
Modifier and TypeMethodDescriptionBatchRequest.getHeaders()
HTTP Headers to be sent as part of this request.BatchResponse.getHeaders()
The HTTP response headers.Modifier and TypeMethodDescriptionBatchRequest.BatchRequestBuilder.headers
(BatchHeader... headers) Sets the list of HTTP headers for the request generated by this builder.ModifierConstructorDescriptionBatchResponse
(Integer code, List<BatchHeader> headers, String body) Creates a batch response with the given HTTP response status code, headers, and JSON body.