- get(Class<T>) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
-
- getApiKey(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns value set by ApiCredential.setApiKey(String)
or defined by property file.
- getApplicationName(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns value set by ApiCredential.setApplicationName(String)
or defined by property file.
- getClientId(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns value set by ApiCredential.setClientId(String)
or defined by property file.
- getEndpointUrl(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns value set by ApiCredential.setEndpointUrl(String)
or defined by property file.
- getExecutorAdaptee(Class<A>, Class<?>) - Method in interface org.ctoolkit.restapi.client.adapter.ResourceProviderInjector
-
Returns the binding if it already exists, or null if does not exist.
- getExistingListResourceProvider(Class<T>) - Method in interface org.ctoolkit.restapi.client.adapter.ResourceProviderInjector
-
Returns the binding if it already exists, or null if does not exist.
- getExistingResourceProvider(Class<T>) - Method in interface org.ctoolkit.restapi.client.adapter.ResourceProviderInjector
-
Returns the binding if it already exists, or null if does not exist.
- getFileName(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns value set by ApiCredential.setFileName(String)
or defined by property file.
- getFileNameJsonStream(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns value set by ApiCredential.setFileNameJsonStream(String)
or defined by property file.
- getHeaders() - Method in class org.ctoolkit.restapi.client.adapter.GoogleRequestHeadersFiller
-
- getHttpTransport() - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns singleton instance of the HTTP transport.
- getJsonFactory() - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns singleton instance of the JSON factory.
- getNumberOfRetries(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns value set by ApiCredential.setNumberOfRetries(int)
or defined by property file.
- getProjectId(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns value set by ApiCredential.setProjectId(String)
or defined by property file.
- getReadTimeout(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns value set by ApiCredential.setRequestReadTimeout(int)
or defined by property file.
- getRequest() - Method in class org.ctoolkit.restapi.client.adapter.BeforeRequestEvent
-
- getServiceAccountEmail(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns value set by ApiCredential.setServiceAccountEmail(String)
or defined by property file.
- getServiceAccountJsonStream(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Returns the Google APIs service account key as JSON.
- getServiceAccountPrivateKeyP12Resource(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
- getServiceAccountPrivateKeyP12Stream(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
- getTokenData() - Method in class org.ctoolkit.restapi.client.googleapis.CredentialApiToken
-
- GoogleApiProxyFactory - Class in org.ctoolkit.restapi.client.googleapis
-
The factory to build proxy instance to allow authenticated calls to Google APIs on behalf of the application
instead of an end-user by OAuth 2.0.
- GoogleApiProxyFactory(Map<String, String>, EventBus, AuthKeyProvider) - Constructor for class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
Create factory instance.
- GoogleRequestHeadersFiller - Class in org.ctoolkit.restapi.client.adapter
-
The class with convenient methods to populate HttpHeaders with values.
- GoogleRequestHeadersFiller(Object) - Constructor for class org.ctoolkit.restapi.client.adapter.GoogleRequestHeadersFiller
-
- GoogleRequestHeadersFiller(HttpHeaders) - Constructor for class org.ctoolkit.restapi.client.adapter.GoogleRequestHeadersFiller
-