Package ai.tock.bot.connector
Class ConnectorType
-
- All Implemented Interfaces:
public final class ConnectorTypeA connector identifier.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnectorType.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final UserInterfaceTypeuserInterfaceTypepublic final static ConnectorType.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ConnectorType(String id, UserInterfaceType userInterfaceType)
-
Method Summary
Modifier and Type Method Description final StringgetId()An unique id. final UserInterfaceTypegetUserInterfaceType()The preferred UserInterfaceType of the connector. StringtoString()
-