| Package | Description |
|---|---|
| com.gooddata.connector |
| Modifier and Type | Method and Description |
|---|---|
ConnectorType |
Zendesk4Settings.getConnectorType() |
ConnectorType |
Zendesk4ProcessExecution.getConnectorType() |
ConnectorType |
Settings.getConnectorType() |
ConnectorType |
ProcessExecution.getConnectorType() |
ConnectorType |
PardotSettings.getConnectorType() |
ConnectorType |
PardotProcessExecution.getConnectorType() |
ConnectorType |
IntegrationNotFoundException.getConnectorType() |
ConnectorType |
CoupaSettings.getConnectorType() |
ConnectorType |
CoupaProcessExecution.getConnectorType() |
static ConnectorType |
ConnectorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorType[] |
ConnectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Integration |
ConnectorService.createIntegration(Project project,
ConnectorType connectorType,
Integration integration)
Create connector integration
|
Integration |
ConnectorService.getIntegration(Project project,
ConnectorType connectorType)
Retrieve connector integration
|
<T extends Settings> |
ConnectorService.getSettings(Project project,
ConnectorType connectorType,
Class<T> settingsClass)
Get settings for given connector of given class.
|
void |
ConnectorService.updateIntegration(Project project,
ConnectorType connectorType,
Integration integration)
Update connector integration
|
| Constructor and Description |
|---|
IntegrationNotFoundException(Project project,
ConnectorType connectorType,
Throwable e) |
Copyright © 2019. All rights reserved.