org.mule.modules.google.api.client.batch
Class BatchResponse<T>

java.lang.Object
  extended by org.mule.modules.google.api.client.batch.BatchResponse<T>

public class BatchResponse<T>
extends Object

Author:
mariano.gonzalez@mulesoft.com

Constructor Summary
BatchResponse()
           
 
Method Summary
 BatchResponse<T> addError(com.google.api.client.googleapis.json.GoogleJsonError error)
           
 BatchResponse<T> addSuccessful(T succesful)
           
 Map<String,List<com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo>> getErrors()
           
 List<T> getSuccessful()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchResponse

public BatchResponse()
Method Detail

addSuccessful

public BatchResponse<T> addSuccessful(T succesful)

addError

public BatchResponse<T> addError(com.google.api.client.googleapis.json.GoogleJsonError error)

getSuccessful

public List<T> getSuccessful()

getErrors

public Map<String,List<com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo>> getErrors()


Copyright © 2012. All Rights Reserved.