org.mule.modules.google.api.client.batch
Class BatchResponse<T>
java.lang.Object
org.mule.modules.google.api.client.batch.BatchResponse<T>
public class BatchResponse<T>
- extends Object
- Author:
- mariano.gonzalez@mulesoft.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchResponse
public BatchResponse()
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.