IntegrationId constructor

IntegrationId(
  1. String id
)

Implementation

IntegrationId(String id) : super(EntityType.INTEGRATION, id);