Class Index

A B D F G I O P V

A

AbstractGoogleOAuthConnector  
AccessType Indicates if your application needs to access a Google API when the user is not present at the browser 

B

BaseWrapper<T extends GenericJson> Generic wrapper for classes that extend com.google.api.client.json.GenericJson Because the GenericJson class from Google's client extends java.util.Map but still has the structure of a Pojo, Mule's DataMapper cannot handle it as both, Map and Pojo. 
BatchCallback<W, T>  
BatchResponse<T>  

D

DateTime This class wraps an instance of com.google.api.client.util.DateTime adding setter methods that allow to modify the state of the underlaying date time. 
DateTimeConstants  
DateTimeUtils Utility class for handling date times 

F

ForcePrompt Force prompt is a parameter for OAuth authentication which lets you configure whether you want to force application authorization each time the OAuth dance is performed (the force option) or if you want that authorization to happen only once (the auto option) 

G

GoogleUserIdExtractor  

I

IdentifierPolicy This policy represents which id we want to use to represent each google account. 
InvalidationAwareCredential  

O

OAuthTokenExpiredException  

P

PaginationUtils  

V

VoidBatchCallback