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
.
Name | Type | Description |
---|---|---|
getId | String | The unique ID of the Integration |
getName | String | The name of the Integration |
getIsCustomIntegration | Boolean | Boolean indicating whether Integration is a built-in Catalytic Integration or a custom Integration |
getConnections | List< IntegrationConnection> | List of IntegrationConnections to this Integration |
getConnectionParams | List< Field> | List of values required to create a new Connection of this Integration |
Updated almost 3 years ago