Uses of Class
com.google.api.client.googleapis.GoogleHeaders

Packages that use GoogleHeaders
com.google.api.client.googleapis Google API's. 
com.google.api.client.googleapis.batch Batch for Google API's. 
com.google.api.client.googleapis.batch.json JSON batch for Google API's. 
com.google.api.client.googleapis.media Media for Google API's. 
 

Uses of GoogleHeaders in com.google.api.client.googleapis
 

Methods in com.google.api.client.googleapis that return GoogleHeaders
 GoogleHeaders MediaHttpUploader.getInitiationHeaders()
          Deprecated. Returns the HTTP headers used for the initiation request.
 

Methods in com.google.api.client.googleapis with parameters of type GoogleHeaders
 MediaHttpUploader MediaHttpUploader.setInitiationHeaders(GoogleHeaders initiationHeaders)
          Deprecated. Sets the HTTP headers used for the initiation request.
 

Uses of GoogleHeaders in com.google.api.client.googleapis.batch
 

Methods in com.google.api.client.googleapis.batch with parameters of type GoogleHeaders
 void BatchCallback.onFailure(E e, GoogleHeaders responseHeaders)
          Called if the individual batch response is unsuccessful.
 void BatchCallback.onSuccess(T t, GoogleHeaders responseHeaders)
          Called if the individual batch response is successful.
 

Uses of GoogleHeaders in com.google.api.client.googleapis.batch.json
 

Methods in com.google.api.client.googleapis.batch.json with parameters of type GoogleHeaders
 void JsonBatchCallback.onFailure(GoogleJsonErrorContainer e, GoogleHeaders responseHeaders)
           
abstract  void JsonBatchCallback.onFailure(GoogleJsonError e, GoogleHeaders responseHeaders)
          Called if the individual batch response is unsuccessful.
 

Uses of GoogleHeaders in com.google.api.client.googleapis.media
 

Methods in com.google.api.client.googleapis.media that return GoogleHeaders
 GoogleHeaders MediaHttpUploader.getInitiationHeaders()
          Returns the HTTP headers used for the initiation request.
 

Methods in com.google.api.client.googleapis.media with parameters of type GoogleHeaders
 MediaHttpUploader MediaHttpUploader.setInitiationHeaders(GoogleHeaders initiationHeaders)
          Sets the HTTP headers used for the initiation request.
 



Copyright © 2010-2012 Google. All Rights Reserved.