Class ConnStringValueTypePair


  • public class ConnStringValueTypePair
    extends Object
    Database connection string value to type pair.
    • Constructor Detail

      • ConnStringValueTypePair

        public ConnStringValueTypePair()
    • Method Detail

      • value

        public String value()
        Get value of pair.
        Returns:
        the value value
      • withValue

        public ConnStringValueTypePair withValue​(String value)
        Set value of pair.
        Parameters:
        value - the value value to set
        Returns:
        the ConnStringValueTypePair object itself.
      • type

        public ConnectionStringType type()
        Get type of database. Possible values include: 'MySql', 'SQLServer', 'SQLAzure', 'Custom', 'NotificationHub', 'ServiceBus', 'EventHub', 'ApiHub', 'DocDb', 'RedisCache', 'PostgreSQL'.
        Returns:
        the type value
      • withType

        public ConnStringValueTypePair withType​(ConnectionStringType type)
        Set type of database. Possible values include: 'MySql', 'SQLServer', 'SQLAzure', 'Custom', 'NotificationHub', 'ServiceBus', 'EventHub', 'ApiHub', 'DocDb', 'RedisCache', 'PostgreSQL'.
        Parameters:
        type - the type value to set
        Returns:
        the ConnStringValueTypePair object itself.