Package io.seald.seald_sdk
Class ConnectorTypeValue
-
- All Implemented Interfaces:
public final class ConnectorTypeValueConnectorTypeValue is a simplified representation of a connector for which we don't know all details.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConnectorTypetypeprivate final Stringvalue
-
Constructor Summary
Constructors Constructor Description ConnectorTypeValue(ConnectorType type, String value)
-
Method Summary
Modifier and Type Method Description final ConnectorTypegetType()final StringgetValue()-
-
Constructor Detail
-
ConnectorTypeValue
ConnectorTypeValue(ConnectorType type, String value)
-
-
Method Detail
-
getType
final ConnectorType getType()
-
-
-
-