public class BaseGoogleApiUserClientFactory extends AbstractApiUserClientFactory implements GoogleApiUserClientFactory
| Constructor and Description |
|---|
BaseGoogleApiUserClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
ResourceClient |
createClient(String resourceBaseUrl) |
GoogleApiUserClient |
createGoogleApiUserClient(ApiServiceClient apiServiceClient,
UserCredential userCredential) |
GoogleApiUserClient |
createGoogleApiUserClient(String resourceBaseUrl,
UserCredential userCredential) |
static BaseGoogleApiUserClientFactory |
getInstance() |
protected ApiUserClient |
makeApiUserClient(String resourceBaseUrl) |
protected ApiUserClientMaker |
makeApiUserClientMaker() |
String |
toString() |
makeServiceClientclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmakeServiceClientpublic static BaseGoogleApiUserClientFactory getInstance()
protected ApiUserClient makeApiUserClient(String resourceBaseUrl)
makeApiUserClient in class AbstractApiUserClientFactoryprotected ApiUserClientMaker makeApiUserClientMaker()
makeApiUserClientMaker in class AbstractApiUserClientFactorypublic GoogleApiUserClient createGoogleApiUserClient(String resourceBaseUrl, UserCredential userCredential)
createGoogleApiUserClient in interface GoogleApiUserClientFactorypublic GoogleApiUserClient createGoogleApiUserClient(ApiServiceClient apiServiceClient, UserCredential userCredential)
createGoogleApiUserClient in interface GoogleApiUserClientFactorypublic ResourceClient createClient(String resourceBaseUrl)
createClient in interface ClientFactorycreateClient in class AbstractApiUserClientFactorypublic String toString()
toString in class AbstractApiUserClientFactoryCopyright © 2013. All rights reserved.