Package ai.tock.bot.connector
Object ConnectorType.Companion
-
- All Implemented Interfaces:
public class ConnectorType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final ConnectorTypenoneprivate final ConnectorTyperestpublic final static ConnectorType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ConnectorTypegetNone()Not a specific connector type. final ConnectorTypegetRest()built-in rest connector. -
-
Method Detail
-
getNone
final ConnectorType getNone()
Not a specific connector type.
-
getRest
final ConnectorType getRest()
built-in rest connector.
-
-
-
-