Uses of Class
com.restfb.batch.BatchHeader

Packages that use BatchHeader
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
 List<BatchHeader> BatchResponse.getHeaders()
          The HTTP response headers.
 List<BatchHeader> BatchRequest.getHeaders()
          HTTP Headers to be sent as part of this request.
 

Methods in com.restfb.batch with parameters of type BatchHeader
 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
BatchResponse(Integer code, List<BatchHeader> headers, String body)
          Creates a batch response with the given HTTP response status code, headers, and JSON body.
 



RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.