Uses of Class
com.gooddata.connector.ConnectorType
-
Packages that use ConnectorType Package Description com.gooddata.connector -
-
Uses of ConnectorType in com.gooddata.connector
Methods in com.gooddata.connector that return ConnectorType Modifier and Type Method Description ConnectorTypeCoupaProcessExecution. getConnectorType()ConnectorTypeCoupaSettings. getConnectorType()ConnectorTypeIntegrationNotFoundException. getConnectorType()ConnectorTypePardotProcessExecution. getConnectorType()ConnectorTypePardotSettings. getConnectorType()ConnectorTypeProcessExecution. getConnectorType()ConnectorTypeSettings. getConnectorType()ConnectorTypeZendesk4ProcessExecution. getConnectorType()ConnectorTypeZendesk4Settings. getConnectorType()static ConnectorTypeConnectorType. 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.Methods in com.gooddata.connector with parameters of type ConnectorType Modifier and Type Method Description IntegrationConnectorService. createIntegration(Project project, ConnectorType connectorType, Integration integration)Create connector integrationIntegrationConnectorService. getIntegration(Project project, ConnectorType connectorType)Retrieve connector integration<T extends Settings>
TConnectorService. getSettings(Project project, ConnectorType connectorType, Class<T> settingsClass)Get settings for given connector of given class.voidConnectorService. updateIntegration(Project project, ConnectorType connectorType, Integration integration)Update connector integrationConstructors in com.gooddata.connector with parameters of type ConnectorType Constructor Description IntegrationNotFoundException(Project project, ConnectorType connectorType, Throwable e)
-