Uses of Class
be.personify.util.ConnectorType
-
Packages that use ConnectorType Package Description be.personify.util be.personify.util.provisioning -
-
Uses of ConnectorType in be.personify.util
Methods in be.personify.util that return ConnectorType Modifier and Type Method Description static ConnectorTypeConnectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorType[]ConnectorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectorType in be.personify.util.provisioning
Methods in be.personify.util.provisioning that return ConnectorType Modifier and Type Method Description ConnectorTypeConnectorConfiguration. getConnectorType()Methods in be.personify.util.provisioning with parameters of type ConnectorType Modifier and Type Method Description voidConnectorConfiguration. setConnectorType(ConnectorType connectorType)
-