google-api-commons
Install Guide
Java API Reference
Package Index
|
Class Index
org.mule.modules.google
org.mule.modules.google.api.client.batch
org.mule.modules.google.api.datetime
org.mule.modules.google.api.model
org.mule.modules.google.api.pagination
org.mule.modules.google.oauth.invalidation
Classes
BatchCallback
<W, T>
BatchResponse
<T>
VoidBatchCallback
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
BatchResponse
extends Object
java.lang.Object
↳
org.mule.modules.google.api.client.batch.BatchResponse<T>
Summary
Fields
private List<GoogleJsonError.ErrorInfo>
errors
private List<T>
successful
Public Constructors
BatchResponse
()
Public Methods
BatchResponse
<T>
addError
(GoogleJsonError error)
BatchResponse
<T>
addSuccessful
(T succesful)
List<GoogleJsonError.ErrorInfo>
getErrors
()
List<T>
getSuccessful
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private List<GoogleJsonError.ErrorInfo>
errors
private List<T>
successful
Public Constructors
public
BatchResponse
()
Public Methods
public
BatchResponse
<T>
addError
(GoogleJsonError error)
Parameters
error
public
BatchResponse
<T>
addSuccessful
(T succesful)
Parameters
succesful
public List<GoogleJsonError.ErrorInfo>
getErrors
()
public List<T>
getSuccessful
()