The Integration Entity

org.catalytic.sdk.entities.Integration

The Integration entity contains metadata about Integrations in the Catalytic platform.

Common Methods

These are the most commonly used methods of an Integration.

NameTypeDescription
getIdStringThe unique ID of the Integration
getNameStringThe name of the Integration
getIsCustomIntegrationBooleanBoolean indicating whether Integration is a built-in Catalytic Integration or a custom Integration
getConnectionsList<IntegrationConnection>List of IntegrationConnections to this Integration
getConnectionParamsList<Field>List of values required to create a new Connection of this Integration