Uses of Class
com.restfb.batch.BatchHeader
Packages that use BatchHeader
-
Uses of BatchHeader in com.restfb.batch
Methods in com.restfb.batch that return types with arguments of type BatchHeaderModifier and TypeMethodDescriptionBatchRequest.getHeaders()
HTTP Headers to be sent as part of this request.BatchResponse.getHeaders()
The HTTP response headers.Methods in com.restfb.batch with parameters of type BatchHeaderModifier and TypeMethodDescriptionBatchRequest.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 BatchHeaderModifierConstructorDescriptionBatchResponse
(Integer code, List<BatchHeader> headers, String body) Creates a batch response with the given HTTP response status code, headers, and JSON body.