| Package | Description |
|---|---|
| com.gooddata |
| Constructor and Description |
|---|
GoodData(GoodDataEndpoint endpoint,
Authentication authentication,
GoodDataSettings settings)
Create instance configured to communicate with GoodData Platform running on given endpoint and using
given http client factory.
|
GoodData(String login,
String password,
GoodDataSettings settings)
Create instance configured to communicate with GoodData Platform under user with given credentials.
|
GoodData(String hostname,
String login,
String password,
GoodDataSettings settings)
Create instance configured to communicate with GoodData Platform running on given host using given user's
credentials.
|
GoodData(String hostname,
String login,
String password,
int port,
GoodDataSettings settings)
Create instance configured to communicate with GoodData Platform running on given host and port using given user's
credentials.
|
GoodData(String hostname,
String login,
String password,
int port,
String protocol,
GoodDataSettings settings)
Create instance configured to communicate with GoodData Platform running on given host, port and protocol using
given user's credentials.
|
Copyright © 2017. All Rights Reserved.