Package ai.tock.bot.connector.web
Class WebConnectorKt
-
- All Implemented Interfaces:
public final class WebConnectorKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static ConnectorTypewebConnectorTypeprivate final static List<String>webConnectorExtraHeadersprivate final static BooleanwebConnectorUseExtraHeadersAsMetadata
-
Method Summary
Modifier and Type Method Description final ConnectorTypegetWebConnectorType()The web (REST) connector type. final List<String>getWebConnectorExtraHeaders()final BooleangetWebConnectorUseExtraHeadersAsMetadata()-
-
Method Detail
-
getWebConnectorType
final ConnectorType getWebConnectorType()
The web (REST) connector type.
-
getWebConnectorExtraHeaders
final List<String> getWebConnectorExtraHeaders()
-
getWebConnectorUseExtraHeadersAsMetadata
final Boolean getWebConnectorUseExtraHeadersAsMetadata()
-
-
-
-