public class MockGoogleApiUserClientFactory extends MockApiUserClientFactory implements GoogleApiUserClientFactory
| Constructor and Description |
|---|
MockGoogleApiUserClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
GoogleApiUserClient |
createGoogleApiUserClient(ApiServiceClient apiServiceClient,
UserCredential userCredential) |
GoogleApiUserClient |
createGoogleApiUserClient(String resourceBaseUrl,
UserCredential userCredential) |
static MockGoogleApiUserClientFactory |
getInstance() |
protected ApiUserClient |
makeApiUserClient(String resourceBaseUrl) |
protected ApiUserClientMaker |
makeApiUserClientMaker() |
String |
toString() |
createClient, makeServiceClientclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateClientmakeServiceClientpublic static MockGoogleApiUserClientFactory getInstance()
protected ApiUserClient makeApiUserClient(String resourceBaseUrl)
makeApiUserClient in class MockApiUserClientFactoryprotected ApiUserClientMaker makeApiUserClientMaker()
makeApiUserClientMaker in class MockApiUserClientFactorypublic GoogleApiUserClient createGoogleApiUserClient(String resourceBaseUrl, UserCredential userCredential)
createGoogleApiUserClient in interface GoogleApiUserClientFactorypublic GoogleApiUserClient createGoogleApiUserClient(ApiServiceClient apiServiceClient, UserCredential userCredential)
createGoogleApiUserClient in interface GoogleApiUserClientFactorypublic String toString()
toString in class MockApiUserClientFactoryCopyright © 2013. All rights reserved.