public class RedLinkFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static RedLink.Analysis |
createAnalysisClient(Credentials credentials)
Create an
RedLink.Analysis client associated to an user Credentials |
static RedLink.Analysis |
createAnalysisClient(String apiKey)
Create an
RedLink.Analysis client associated to an user API key |
static RedLink.Data |
createDataClient(Credentials credentials)
Create a
RedLink.Data client associated to an user Credentials |
static RedLink.Data |
createDataClient(String apiKey)
Create a
RedLink.Data client associated to an user API key |
static RedLink.Search |
createSearchClient(Credentials credentials)
Create an
RedLink.Search client associated to an user Credentials
(currently not yet implemented). |
static RedLink.Search |
createSearchClient(String apiKey)
Create an
RedLink.Search client associated to an user Credentials
(currently not yet implemented). |
static RedLinkFactory |
getInstance()
Deprecated.
|
@Deprecated public static RedLinkFactory getInstance()
RedLinkFactory instancepublic static RedLink.Analysis createAnalysisClient(String apiKey)
RedLink.Analysis client associated to an user API keyapiKey - RedLink valid API keyRedLink.Analysis service clientpublic static RedLink.Analysis createAnalysisClient(Credentials credentials)
RedLink.Analysis client associated to an user Credentialscredentials - RedLink valid CredentialsRedLink.Analysis service clientpublic static RedLink.Data createDataClient(String apiKey)
RedLink.Data client associated to an user API keyapiKey - RedLink valid API keyRedLink.Data service clientpublic static RedLink.Data createDataClient(Credentials credentials)
RedLink.Data client associated to an user Credentialscredentials - RedLink valid CredentialsRedLink.Data service clientpublic static RedLink.Search createSearchClient(String apiKey)
RedLink.Search client associated to an user Credentials
(currently not yet implemented).apiKey - RedLink valid API keyRedLink.Search service clientpublic static RedLink.Search createSearchClient(Credentials credentials)
RedLink.Search client associated to an user Credentials
(currently not yet implemented).credentials - RedLink valid CredentialsRedLink.Search service clientCopyright © 2014 Redlink GmbH. All rights reserved.